aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/scrypt-sse2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* crypto: Add scrypt N=1024 PoWbarrystyle2021-05-301-1/+0
| | | | | Add scrypt pow hashing algorithm as a proof of work function. Rebased from litecoin-project/litecoin@02961f0 minus strencodings.h macros.
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-0/+141