We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6855f commit 77f8bcfCopy full SHA for 77f8bcf
rust/immutable-ledger/src/serialize.rs
@@ -73,7 +73,7 @@ const UUID_CBOR_TAG: u64 = 37;
73
/// CBOR tag for UUID
74
const ULID_CBOR_TAG: u64 = 32780;
75
76
-/// CBOR tags for BLAKE2 [2] and BLAKE3 [3] hash functions
+/// CBOR tags for BLAKE2 and BLAKE3 hash functions
77
/// `https://github.com/input-output-hk/catalyst-voices/blob/main/docs/src/catalyst-standards/cbor_tags/blake.md`
78
79
0 commit comments