From 1a9566789be4c42159cd8fadf115a59544bcf5cc Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Aug 2020 13:05:03 -0500 Subject: [PATCH 1/3] chore: add jose curves --- table.csv | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/table.csv b/table.csv index 480d5513..6b5167e6 100644 --- a/table.csv +++ b/table.csv @@ -117,6 +117,11 @@ ripemd-160, multihash, 0x1053, ripemd-256, multihash, 0x1054, ripemd-320, multihash, 0x1055, x11, multihash, 0x1100, +p256-pub, multihash, 0x1200, P-256 Public Key +p384-pub, multihash, 0x1201, P-384 Public Key +p521-pub, multihash, 0x1202, P-521 Public Key +ed448-pub, multihash, 0x1203, Ed448 Public Key +x448-pub, multihash, 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, From af1f07f5072961a24ee62e2e47df66adb8fb9306 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Aug 2020 08:45:02 -0500 Subject: [PATCH 2/3] fix: use key for new curves --- table.csv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/table.csv b/table.csv index 6b5167e6..18d872c9 100644 --- a/table.csv +++ b/table.csv @@ -117,11 +117,11 @@ ripemd-160, multihash, 0x1053, ripemd-256, multihash, 0x1054, ripemd-320, multihash, 0x1055, x11, multihash, 0x1100, -p256-pub, multihash, 0x1200, P-256 Public Key -p384-pub, multihash, 0x1201, P-384 Public Key -p521-pub, multihash, 0x1202, P-521 Public Key -ed448-pub, multihash, 0x1203, Ed448 Public Key -x448-pub, multihash, 0x1204, X448 Public Key +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, From 7ec837e02e2d117eb5585d03a54e3dc4bdddc8e5 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 19 Aug 2020 08:56:45 -0500 Subject: [PATCH 3/3] chore: capitalization --- table.csv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/table.csv b/table.csv index 18d872c9..e2c9eae6 100644 --- a/table.csv +++ b/table.csv @@ -117,11 +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 +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,