diff options
author | Jack Lloyd <[email protected]> | 2017-06-07 16:16:42 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-06-07 16:18:06 -0400 |
commit | a8e784972b10d41bfd49aeb3650f4ee03d449f55 (patch) | |
tree | f01297aa90423e2c4fdf93bad05445c06992eabb /src/build-data/oids.txt | |
parent | aab41a7cb801f5d569597fc93951ba42879f8b6e (diff) |
Add Ed25519 key type and tests
This work was sponsored by Ribose Inc
Diffstat (limited to 'src/build-data/oids.txt')
-rw-r--r-- | src/build-data/oids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/oids.txt b/src/build-data/oids.txt index 0ebfcf8d6..57df53462 100644 --- a/src/build-data/oids.txt +++ b/src/build-data/oids.txt @@ -10,6 +10,7 @@ 1.3.6.1.4.1.25258.1.3 = McEliece 1.3.6.1.4.1.25258.1.4 = Curve25519 1.3.6.1.4.1.25258.1.5 = XMSS +1.3.6.1.4.1.25258.1.6 = Ed25519 # X9.62 ecPublicKey, valid for ECDSA and ECDH (RFC 3279 sec 2.3.5) 1.2.840.10045.2.1 = ECDSA |