Skip to content

Commit

Permalink
Merge pull request #740 from francescomari/fix-link
Browse files Browse the repository at this point in the history
descriptor: fix link
  • Loading branch information
vbatts committed Oct 11, 2018
2 parents 2e9bff2 + 2062c45 commit b6e51fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ As an example, we can parameterize the encoding and algorithm as `multihash+base
Before consuming content targeted by a descriptor from untrusted sources, the byte content SHOULD be verified against the digest string.
Before calculating the digest, the size of the content SHOULD be verified to reduce hash collision space.
Heavy processing before calculating a hash SHOULD be avoided.
Implementations MAY employ [canonicalization](canonicalization.md#canonicalization) of the underlying content to ensure stable content identifiers.
Implementations MAY employ [canonicalization](considerations.md#canonicalization) of the underlying content to ensure stable content identifiers.

### Digest calculations

Expand Down

0 comments on commit b6e51fa

Please sign in to comment.