]> Git Repo - VerusCoin.git/commit
NoteEncryption implementation and integration, removal of ECIES and crypto++ dependen...
authorSean Bowe <[email protected]>
Fri, 1 Apr 2016 04:18:36 +0000 (22:18 -0600)
committerSean Bowe <[email protected]>
Thu, 28 Apr 2016 22:25:12 +0000 (16:25 -0600)
commit6c36a9fe03cd3d02269ace1d93bbfe1ad13da859
tree235cbdb3469940f8c400e0a2a957df9316bec861
parentb2cf9ba30080cc3e7b57a9d71f81991beb310315
NoteEncryption implementation and integration, removal of ECIES and crypto++ dependencies.
23 files changed:
configure.ac
depends/packages/crypto++.mk [deleted file]
depends/packages/packages.mk
src/Makefile.am
src/Makefile.test.include
src/Makefile.zcash.include
src/primitives/transaction.cpp
src/primitives/transaction.h
src/test/data/sighash.json
src/test/noteencryption_tests.cpp [new file with mode: 0644]
src/test/sighash_tests.cpp
src/wallet/rpcwallet.cpp
src/zcash/NoteEncryption.cpp [new file with mode: 0644]
src/zcash/NoteEncryption.hpp [new file with mode: 0644]
src/zcash/prf.cpp [new file with mode: 0644]
src/zcash/prf.h [new file with mode: 0644]
src/zerocash/Address.cpp
src/zerocash/Address.h
src/zerocash/Coin.cpp
src/zerocash/Coin.h
src/zerocash/PourTransaction.cpp
src/zerocash/PourTransaction.h
src/zerocash/Zerocash.h
This page took 0.02748 seconds and 4 git commands to generate.