We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9ed5d commit 1943ef3Copy full SHA for 1943ef3
src/ecdsa/keys.py
@@ -733,7 +733,7 @@ class SigningKey(object):
733
"""
734
Class for handling keys that can create signatures (private keys).
735
736
- :ivar `~ecdsa.curves.Curve` ~.curve: The Curve over which all the
+ :ivar `~ecdsa.curves.Curve` curve: The Curve over which all the
737
cryptographic operations will take place
738
:ivar default_hashfunc: the function that will be used for hashing the
739
data. Should implement the same API as :py:class:`hashlib.sha1`
0 commit comments