Import ZeroCoin adapted sources
authoralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 14:47:29 +0000 (18:47 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 14:47:29 +0000 (18:47 +0400)
commitfd357ed610aa01f65b869a00f6d98424f73c3d59
treea6872c9067aa95a0e43d8005f14432824888d489
parent5f487b1f0242499f67a4adf48d888ebf4731b7ed
Import ZeroCoin adapted sources

Import and build/linking only. Provided functionality isn't used yet.
27 files changed:
novacoin-qt.pro
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/obj/.gitignore
src/obj/zerocoin/.gitignore [new file with mode: 0644]
src/zerocoin/Accumulator.cpp [new file with mode: 0644]
src/zerocoin/Accumulator.h [new file with mode: 0644]
src/zerocoin/AccumulatorProofOfKnowledge.cpp [new file with mode: 0644]
src/zerocoin/AccumulatorProofOfKnowledge.h [new file with mode: 0644]
src/zerocoin/Coin.cpp [new file with mode: 0644]
src/zerocoin/Coin.h [new file with mode: 0644]
src/zerocoin/CoinSpend.cpp [new file with mode: 0644]
src/zerocoin/CoinSpend.h [new file with mode: 0644]
src/zerocoin/Commitment.cpp [new file with mode: 0644]
src/zerocoin/Commitment.h [new file with mode: 0644]
src/zerocoin/ParamGeneration.cpp [new file with mode: 0644]
src/zerocoin/ParamGeneration.h [new file with mode: 0644]
src/zerocoin/Params.cpp [new file with mode: 0644]
src/zerocoin/Params.h [new file with mode: 0644]
src/zerocoin/SerialNumberSignatureOfKnowledge.cpp [new file with mode: 0644]
src/zerocoin/SerialNumberSignatureOfKnowledge.h [new file with mode: 0644]
src/zerocoin/SpendMetaData.cpp [new file with mode: 0644]
src/zerocoin/SpendMetaData.h [new file with mode: 0644]
src/zerocoin/Zerocoin.h [new file with mode: 0644]