Add ed25519 private key codec (#194)

This commit is contained in:
pukkamustard 2020-09-11 05:54:16 +00:00 committed by GitHub
parent cb1c349bc8
commit 28f7ad5fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ p384-pub, key, 0x1201, P-384 public Key
p521-pub, key, 0x1202, P-521 public Key
ed448-pub, key, 0x1203, Ed448 public Key
x448-pub, key, 0x1204, X448 public Key
ed25519-priv, key, 0x1300, Ed25519 private key
kangarootwelve, multihash, 0x1d01, KangarooTwelve is an extendable-output hash function based on Keccak-p
sm3-256, multihash, 0x534d,
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes

1 name tag code description
122 p521-pub key 0x1202 P-521 public Key
123 ed448-pub key 0x1203 Ed448 public Key
124 x448-pub key 0x1204 X448 public Key
125 ed25519-priv key 0x1300 Ed25519 private key
126 kangarootwelve multihash 0x1d01 KangarooTwelve is an extendable-output hash function based on Keccak-p
127 sm3-256 multihash 0x534d
128 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes