From fb45bda972d8f2a2f64ac49334f176867969fea4 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Mon, 26 Apr 2021 18:06:04 -0600 Subject: [PATCH] Document bitstring dependency in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e5a39..0196191 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Code to generate test vectors for various parts of Zcash. -Requires `pyblake2`. +Requires `pyblake2` and `bitstring`. `sapling_note_encryption.py` also requires `chacha20poly1305`.