Skip to content

Commit

Permalink
feat: add jose and cose key curves
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 authored Aug 21, 2020
1 parent d39f7af commit ad0c435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ad0c435

Please sign in to comment.