Self consistent, but not externally verified ed25519 based on draft-ietf-dcrup-dkim-crypto-08

This commit is contained in:
Scott Kitterman
2018-02-05 03:53:03 -05:00
parent 10e12c60d8
commit 077bf4813c
18 changed files with 447 additions and 32 deletions
+1
View File
@@ -81,6 +81,7 @@ ASN1_RSAPrivateKey = [
HASH_ALGORITHMS = {
b'rsa-sha1': hashlib.sha1,
b'rsa-sha256': hashlib.sha256,
b'ed25519': hashlib.sha256
}
# These values come from RFC 8017, section 9.2 Notes, page 46.