diff --git a/README.md b/README.md index 21e5a39..b8a2ea6 100644 --- a/README.md +++ b/README.md @@ -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