summaryrefslogtreecommitdiff
path: root/src/ecdsa/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* add low level EdDSA methodsHubert Kario2021-07-261-1/+16
* add SHAKE-256 implementationHubert Kario2021-07-201-5/+74
* exclude environment-specific branches from coverageHubert Kario2020-11-201-4/+8
* format NIST curves as they are in FIPS 186-4Hubert Kario2020-08-251-0/+17
* Format with blackTaneli Hukkinen2020-01-261-1/+5
* _compat.py: fix flakesHubert Kario2019-12-171-1/+2
* bytes input for SigningKey.sign_deterministic()Hubert Kario2019-10-251-0/+13
* get rid of the s[x] if isintance(s[x]... idiomHubert Kario2019-10-251-0/+9
* bytes input for VerifyingKey.from_string()Hubert Kario2019-10-251-0/+16