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

feat: add aes cipher multicodecs #202

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
Prev Previous commit
Next Next commit
fix: forgot a comma
mikeal authored Jan 11, 2021
commit 909741021e8c6383b148f0a68192a52883b8fbe7
4 changes: 2 additions & 2 deletions table.csv
Original file line number Diff line number Diff line change
@@ -125,8 +125,8 @@ p521-pub, key, 0x1202, P-521 public Key
ed448-pub, key, 0x1203, Ed448 public Key
x448-pub, key, 0x1204, X448 public Key
ed25519-priv, key, 0x1300, Ed25519 private key
aes-gcm cipher, 0x1400, AES-GCM
aes-cbc cipher, 0x1401, AES-CBC
aes-gcm, cipher, 0x1400, AES-GCM
aes-cbc, cipher, 0x1401, AES-CBC
aes-ctr cipher, 0x1402, AES-CTR
kangarootwelve, multihash, 0x1d01, KangarooTwelve is an extendable-output hash function based on Keccak-p
sm3-256, multihash, 0x534d,