Skip to content

Commit ad0c435

Browse files
authored
feat: add jose and cose key curves
1 parent d39f7af commit ad0c435

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

table.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ ripemd-160, multihash, 0x1053,
117117
ripemd-256, multihash, 0x1054,
118118
ripemd-320, multihash, 0x1055,
119119
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
120125
sm3-256, multihash, 0x534d,
121126
blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes
122127
blake2b-16, multihash, 0xb202,

0 commit comments

Comments
 (0)