Skip to content

Commit 77f8bcf

Browse files
committed
refactor(agnostic signing algo and proptest): generic
1 parent df6855f commit 77f8bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/immutable-ledger/src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const UUID_CBOR_TAG: u64 = 37;
7373
/// CBOR tag for UUID
7474
const ULID_CBOR_TAG: u64 = 32780;
7575

76-
/// CBOR tags for BLAKE2 [2] and BLAKE3 [3] hash functions
76+
/// CBOR tags for BLAKE2 and BLAKE3 hash functions
7777
/// `https://github.com/input-output-hk/catalyst-voices/blob/main/docs/src/catalyst-standards/cbor_tags/blake.md`
7878
7979
/// CBOR tag for UUID

0 commit comments

Comments
 (0)