Skip to content

Commit

Permalink
Unify "hashing" and "length" language in Multihash.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 8, 2024
1 parent bfbc818 commit d49802d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1814,9 +1814,9 @@ <h2>Multihash</h2>

<p>
To decode a Multihash value, an implementation MUST 1) remove the prepended
Multihash header value, which identifies the type of cryptographic hash
algorithm, 2) remove the cryptographic digest length in bytes, and 3) extract the
raw cryptographic digest value which MUST match the expected output length
Multihash header value, which identifies the type of cryptographic hashing
algorithm, 2) remove the cryptographic digest length in bytes, and 3) extract
the raw cryptographic digest value which MUST match the expected output length
associated with the Multihash header as well as the output length provided in
the Multihash value itself.
</p>
Expand Down

0 comments on commit d49802d

Please sign in to comment.