Skip to content

Commit

Permalink
correct es384-msig name
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed May 8, 2024
1 parent 0a5207c commit 8a867ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multicodec"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Benjamin Kampmann <[email protected]>", "Dave Grantham <[email protected]>"]
description = "Implementation of the Multicodec specification"
Expand Down
2 changes: 1 addition & 1 deletion table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ bls12_381-g2-share-msig, multisig, 0xd01305, draft, G2 t
lamport-msig, multisig, 0xd01306, draft, Lamport signature as Multisig
lamport-share-msig, multisig, 0xd01307, draft, Lamport threshold signature share as Multisig
es256-msig, multisig, 0xd01308, draft, ES256 Signature Algorithm as Multisig
es284-msig, multisig, 0xd01309, draft, ES384 Signature Algorithm as Multisig
es384-msig, multisig, 0xd01309, draft, ES384 Signature Algorithm as Multisig
es512-msig, multisig, 0xd0130a, draft, ES512 Signature Algorithm as Multisig
rs256-msig, multisig, 0xd0130b, draft, RS256 Signature Algorithm as Multisig
scion, multiaddr, 0xd02000, draft, SCION Internet architecture

0 comments on commit 8a867ed

Please sign in to comment.