zcash-patched-for-explorer/src/zcash
Homu 12c1156f31 Auto merge of #3172 - str4d:mingw32, r=str4d
Windows cross-compile support

Usage on Debian / Ubuntu:

> $ sudo apt install mingw-w64
> $ sudo update-alternatives --config x86_64-w64-mingw32-gcc
> (configure to use POSIX variant)
> $ sudo update-alternatives --config x86_64-w64-mingw32-g++
> (configure to use POSIX variant)
> $ HOST=x86_64-w64-mingw32 ./zcutil/build.sh

Closes #489.
2018-08-30 14:51:24 -07:00
..
circuit libsnark: convert long long and unsigned long to C++11 fixed-width types 2018-08-17 18:53:59 +01:00
Address.cpp Add Sapling have/get sk crypter overrides 2018-08-03 00:23:08 +01:00
Address.hpp Rename Serialized*Size -> SerializedSprout*Size 2018-08-03 01:57:40 +01:00
IncrementalMerkleTree.cpp Add implementation of Sapling merkle tree 2018-05-07 13:46:06 -06:00
IncrementalMerkleTree.hpp Rename test objects to include sprout or sapling 2018-08-01 10:52:58 -06:00
JoinSplit.cpp Rename Merkle Trees to include sprout or sapling 2018-08-01 10:31:09 -06:00
JoinSplit.hpp Rename Witnesses to include sprout or sapling 2018-08-01 10:41:36 -06:00
Note.cpp Check commitment validity within the decryption API for Sapling note plaintexts. 2018-08-08 12:03:09 -07:00
Note.hpp Check commitment validity within the decryption API for Sapling note plaintexts. 2018-08-08 12:03:09 -07:00
NoteEncryption.cpp Rename AttemptSaplingEncDecryptionUsingFullViewingKey and use function overloading. 2018-07-23 10:48:26 -07:00
NoteEncryption.hpp Rename AttemptSaplingEncDecryptionUsingFullViewingKey and use function overloading. 2018-07-23 10:48:26 -07:00
Proof.cpp Improve/Fix variable names 2018-06-09 20:27:35 -07:00
Proof.hpp Improve/Fix variable names 2018-06-09 20:27:35 -07:00
Zcash.h Implementation of Sapling in-band secret distribution. 2018-06-14 11:58:45 -06:00
prf.cpp Fix default_address() 2018-06-01 04:03:27 -07:00
prf.h Change librustzcash dependency hash to work for new Sapling classes 2018-06-01 00:04:13 -07:00
util.cpp Remove the rest of libzerocash. 2016-07-10 20:25:02 -06:00
util.h Get rid of underscore prefixes for include guards. 2017-11-28 14:57:58 -05:00