Skip to content

Commit

Permalink
Merge branch 'master' of github:cryptidtech/rust-multicodec
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuseby committed Aug 27, 2024
2 parents f32a553 + 4abf8e1 commit b75bb54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.7"
version = "1.0.9"
edition = "2021"
authors = ["Benjamin Kampmann <[email protected]>", "Dave Grantham <[email protected]>"]
description = "Implementation of the Multicodec specification"
Expand Down
1 change: 1 addition & 0 deletions src/table_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ build_codec_enum! {
0x1207 => (Vlad, "vlad"),
0x1208 => (ProvenanceLog, "provenance-log"),
0x1209 => (ProvenanceLogEntry, "provenance-log-entry"),
0x120a => (ProvenanceLogScript, "provenance-log-script"),
0x1239 => (Multisig, "multisig"),
0x123a => (Multikey, "multikey"),
0x123b => (Nonce, "nonce"),
Expand Down
5 changes: 3 additions & 2 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ x448-pub, key, 0x1204, draft, X448
rsa-pub, key, 0x1205, draft, RSA public key. DER-encoded ASN.1 type RSAPublicKey according to IETF RFC 8017 (PKCS #1)
sm2-pub, key, 0x1206, draft, SM2 public key (compressed)
vlad, vlad, 0x1207, draft, Verifiable Long-lived ADdress
provenance-log, serialization, 0x1208, draft, Verifiable and permissioned append only log
provenance-log-entry, serialization, 0x1209, draft, Verifiable and permissioned append only log
provenance-log, serialization, 0x1208, draft, Verifiable and permissioned append-only log
provenance-log-entry, serialization, 0x1209, draft, Verifiable and permissioned append-only log entry
provenance-log-script, serialization, 0x120a, draft, Verifiable and permissioned append-only log script
multisig, multiformat, 0x1239, draft, Digital signature multiformat
multikey, multiformat, 0x123a, draft, Encryption key multiformat
nonce, nonce, 0x123b, draft, Nonce random value
Expand Down

0 comments on commit b75bb54

Please sign in to comment.