We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b27cd + c8dddd5 commit 4de8d5bCopy full SHA for 4de8d5b
src/ecdsa/ecdsa.py
@@ -3,6 +3,9 @@
3
"""
4
Implementation of Elliptic-Curve Digital Signatures.
5
6
+NOTE: This a low level implementation of ECDSA, for normal applications
7
+you should be looking at the keys.py module.
8
+
9
Classes and methods for elliptic-curve signatures:
10
private keys, public keys, signatures,
11
NIST prime-modulus curves with modulus lengths of
0 commit comments