Skip to content

Commit 4de8d5b

Browse files
authored
Merge pull request #276 from tlsfuzzer/recommend-against-ecdsa
add note to not use low level interfaces
2 parents b3b27cd + c8dddd5 commit 4de8d5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)