diff options
| author | Warren Togami <[email protected]> | 2014-05-21 20:24:15 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:49 +0100 |
| commit | b506efbe747ba31ee1f41be14cdbc0c30dfcf67f (patch) | |
| tree | 875694e0a15e29a8d93b7ed4b969246c1aa65a99 /src/Makefile.am | |
| parent | Replace test data with Dogecoin values (diff) | |
| download | archived-discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.tar.xz archived-discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.zip | |
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cc0dc4f9a..1cc8a0055 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -251,6 +251,8 @@ crypto_libbitcoin_crypto_a_SOURCES = \ crypto/hmac_sha512.h \ crypto/ripemd160.cpp \ crypto/ripemd160.h \ + crypto/scrypt.cpp \ + crypto/scrypt.h \ crypto/sha1.cpp \ crypto/sha1.h \ crypto/sha256.cpp \ |