Skip to content

Commit c8dddd5

Browse files
committed
add note to not use low level interfaces
1 parent b3b27cd commit c8dddd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/ecdsa/ecdsa.py

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"""
44
Implementation of Elliptic-Curve Digital Signatures.
55
6+
NOTE: This a low level implementation of ECDSA, for normal applications
7+
you should be looking at the keys.py module.
8+
69
Classes and methods for elliptic-curve signatures:
710
private keys, public keys, signatures,
811
NIST prime-modulus curves with modulus lengths of

0 commit comments

Comments
 (0)