]> Git Repo - VerusCoin.git/commit - src/init.cpp
Algorithm concepts
authormiketout <[email protected]>
Tue, 11 Dec 2018 09:32:32 +0000 (01:32 -0800)
committermiketout <[email protected]>
Tue, 11 Dec 2018 09:32:32 +0000 (01:32 -0800)
commit12217420ae3d2c070427c49abd716162bb8a186a
treeb1d09d061326bfdfe3f5b30fa96e3ed68ce3baa6
parente49e10d839fbfc0fb2e271b8cc7427f7623b14f6
Algorithm concepts
25 files changed:
src/Makefile.am
src/chainparams.cpp
src/crypto/clhash.c [new file with mode: 0644]
src/crypto/clhash.h [new file with mode: 0644]
src/crypto/haraka.c
src/crypto/haraka.h
src/crypto/haraka_portable.c
src/crypto/haraka_portable.h
src/crypto/verus_clhash.cpp [new file with mode: 0644]
src/crypto/verus_clhash.h [new file with mode: 0644]
src/crypto/verus_hash.cpp
src/crypto/verus_hash.h
src/hash.h
src/init.cpp
src/komodo_bitcoind.h
src/main.cpp
src/miner.cpp
src/primitives/block.cpp
src/primitives/block.h
src/primitives/nonce.cpp
src/primitives/nonce.h
src/primitives/solutiondata.cpp [new file with mode: 0644]
src/primitives/solutiondata.h [new file with mode: 0644]
src/primitives/transaction.h
src/wallet/wallet.cpp
This page took 0.029622 seconds and 4 git commands to generate.