Merge pull request #569 from zcash/f4jumble-readme-link-fix

Fix a broken link to ZIP 316 in F4Jumble crate README.
This commit is contained in:
str4d 2022-06-14 00:45:57 +01:00 committed by GitHub
commit 3f5ba8de48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ An implementation of the F4Jumble algorithm, an unkeyed variable-width
permutation.
F4Jumble is used by Zcash Unified Addresses and Unified Viewing Keys to
prevent certain kinds of malleation attacks, and is specified by [ZIP 316](https://zips.z.cash/zip316).
prevent certain kinds of malleation attacks, and is specified by [ZIP 316](https://zips.z.cash/zip-0316).
## License