From c8dddd5ff6b97834e72de333a99eb3f06f39879c Mon Sep 17 00:00:00 2001 From: Hubert Kario <hkario@redhat.com> Date: Mon, 6 Dec 2021 13:30:05 +0100 Subject: [PATCH] add note to not use low level interfaces --- src/ecdsa/ecdsa.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ecdsa/ecdsa.py b/src/ecdsa/ecdsa.py index 1e24c8f8..5520a2a5 100644 --- a/src/ecdsa/ecdsa.py +++ b/src/ecdsa/ecdsa.py @@ -3,6 +3,9 @@ """ Implementation of Elliptic-Curve Digital Signatures. +NOTE: This a low level implementation of ECDSA, for normal applications +you should be looking at the keys.py module. + Classes and methods for elliptic-curve signatures: private keys, public keys, signatures, NIST prime-modulus curves with modulus lengths of