Rename zerocash to zcash in some places.
This commit is contained in:
@@ -404,7 +404,7 @@ bitcoin_tx_LDADD = \
|
|||||||
bitcoin_tx_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
|
bitcoin_tx_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
|
||||||
#
|
#
|
||||||
|
|
||||||
# zerocash protocol primitives #
|
# zcash protocol primitives #
|
||||||
libzcash_a_SOURCES = \
|
libzcash_a_SOURCES = \
|
||||||
zcash/IncrementalMerkleTree.cpp \
|
zcash/IncrementalMerkleTree.cpp \
|
||||||
zcash/NoteEncryption.cpp \
|
zcash/NoteEncryption.cpp \
|
||||||
|
|||||||
@@ -305,8 +305,8 @@ BOOST_AUTO_TEST_CASE(test_basic_pour_verification)
|
|||||||
// on all platforms and would gently push us down an ugly
|
// on all platforms and would gently push us down an ugly
|
||||||
// path. We should just fix the assertions.
|
// path. We should just fix the assertions.
|
||||||
//
|
//
|
||||||
// Also, it's generally libzerocash's job to ensure
|
// Also, it's generally libzcash's job to ensure the
|
||||||
// the integrity of the scheme through its own tests.
|
// integrity of the scheme through its own tests.
|
||||||
|
|
||||||
// construct the r1cs keypair
|
// construct the r1cs keypair
|
||||||
auto p = ZCJoinSplit::Generate();
|
auto p = ZCJoinSplit::Generate();
|
||||||
|
|||||||
Reference in New Issue
Block a user