Skip to content

Commit 47ba6fd

Browse files
Adding multicodec for aes-gcm (#314)
* Adding multicodec for aes-gcm Adding aes-gcm-256 multicodec with category encryption. * Moved aes-gcm-256 to 0x2000 code varint 8192 (0x2000) => 10000000 01000000 (0x8040) --------- Co-authored-by: Rod Vagg <[email protected]>
1 parent 4e8b009 commit 47ba6fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ p256-priv, key, 0x1306, draft, P-256
169169
p384-priv, key, 0x1307, draft, P-384 private key
170170
p521-priv, key, 0x1308, draft, P-521 private key
171171
kangarootwelve, multihash, 0x1d01, draft, KangarooTwelve is an extendable-output hash function based on Keccak-p
172+
aes-gcm-256, encryption, 0x2000, draft, AES Galois/Counter Mode with 256-bit key and 12-byte IV
172173
silverpine, multiaddr, 0x3f42, draft, Experimental QUIC over yggdrasil and ironwood routing protocol
173174
sm3-256, multihash, 0x534d, draft,
174175
blake2b-8, multihash, 0xb201, draft, Blake2b consists of 64 output lengths that give different hashes

0 commit comments

Comments
 (0)