zcash-test-vectors/test-vectors
Jack Grigg 4505cb8438 Improve the ZIP 32 arbitrary key derivation test vectors
When using them, I forgot that `bytes(range(32))` doesn't generate an
all-zeroes seed of length 32, so I was using the wrong seed with the
test vectors and they were failing. We now embed that seed in the test
vectors, along with the context string (to make it clear that there is
no trailing null byte) and the IKM (which is what clued me into the seed
being wrong).
2024-11-13 07:14:35 +00:00
..
json Improve the ZIP 32 arbitrary key derivation test vectors 2024-11-13 07:14:35 +00:00
rust Improve the ZIP 32 arbitrary key derivation test vectors 2024-11-13 07:14:35 +00:00
zcash Improve the ZIP 32 arbitrary key derivation test vectors 2024-11-13 07:14:35 +00:00