Implement MappedShuffle for tracking the permutation of an array

This commit is contained in:
Jack Grigg
2016-10-18 00:20:47 -05:00
parent 1218603f73
commit 0382417fee
3 changed files with 59 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ zcash_gtest_SOURCES = \
gtest/test_noteencryption.cpp \
gtest/test_merkletree.cpp \
gtest/test_pow.cpp \
gtest/test_random.cpp \
gtest/test_rpc.cpp \
gtest/test_circuit.cpp \
gtest/test_txid.cpp \