Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding multicodec for aes-gcm #314

Merged
merged 3 commits into from
Feb 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ aes-192, key, 0xa1, draft, 192-b
aes-256, key, 0xa2, draft, 256-bit AES symmetric key
chacha-128, key, 0xa3, draft, 128-bit ChaCha symmetric key
chacha-256, key, 0xa4, draft, 256-bit ChaCha symmetric key
aes-gcm-256, encryption, 0xa5, draft, AES Galois/Counter Mode with 256-bit key and 12-byte IV
bitcoin-block, ipld, 0xb0, permanent, Bitcoin Block
bitcoin-tx, ipld, 0xb1, permanent, Bitcoin Tx
bitcoin-witness-commitment, ipld, 0xb2, permanent, Bitcoin Witness Commitment
Expand Down