Add numpy dependency to README

This commit is contained in:
str4d 2021-05-09 06:53:31 +12:00 committed by GitHub
parent cb9348e7a9
commit deee246420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
Code to generate test vectors for various parts of Zcash.
Requires `pyblake2`.
`sapling_note_encryption.py` also requires `chacha20poly1305`.
Requirements:
- `pyblake2`
- `chacha20poly1305` (for `sapling_note_encryption.py`).
- `numpy` (for `orchard_poseidon.py` and dependents).
## License