feat: add jose and cose key curves

This commit is contained in:
Orie Steele 2020-08-20 23:38:25 -05:00 committed by GitHub
parent d39f7af445
commit ad0c435aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ ripemd-160, multihash, 0x1053,
ripemd-256, multihash, 0x1054,
ripemd-320, multihash, 0x1055,
x11, multihash, 0x1100,
p256-pub, key, 0x1200, P-256 public Key
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
sm3-256, multihash, 0x534d,
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes
blake2b-16, multihash, 0xb202,

1 name tag code description
117 ripemd-256 multihash 0x1054
118 ripemd-320 multihash 0x1055
119 x11 multihash 0x1100
120 p256-pub key 0x1200 P-256 public Key
121 p384-pub key 0x1201 P-384 public Key
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 sm3-256 multihash 0x534d
126 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes
127 blake2b-16 multihash 0xb202