Add Curve25519 private key. (#219)

This commit is contained in:
Manu Sporny 2021-06-20 23:44:29 -04:00 committed by GitHub
parent 9e12eae499
commit e41d207a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ ed448-pub, key, 0x1203, draft, Ed448
x448-pub, key, 0x1204, draft, X448 public Key
ed25519-priv, key, 0x1300, draft, Ed25519 private key
secp256k1-priv, key, 0x1301, draft, Secp256k1 private key
x25519-priv, key, 0x1302, draft, Curve25519 private key
kangarootwelve, multihash, 0x1d01, draft, KangarooTwelve is an extendable-output hash function based on Keccak-p
sm3-256, multihash, 0x534d, draft,
blake2b-8, multihash, 0xb201, draft, Blake2b consists of 64 output lengths that give different hashes

1 name tag code status description
129 x448-pub key 0x1204 draft X448 public Key
130 ed25519-priv key 0x1300 draft Ed25519 private key
131 secp256k1-priv key 0x1301 draft Secp256k1 private key
132 x25519-priv key 0x1302 draft Curve25519 private key
133 kangarootwelve multihash 0x1d01 draft KangarooTwelve is an extendable-output hash function based on Keccak-p
134 sm3-256 multihash 0x534d draft
135 blake2b-8 multihash 0xb201 draft Blake2b consists of 64 output lengths that give different hashes