aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/scrypt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore unsigned overflow warningsRoss Nicoll2021-07-091-0/+3
* Replace HMAC_SHA256 with Bitcoin's versionRoss Nicoll2021-07-091-333/+20
* crypto: Add scrypt N=1024 PoWbarrystyle2021-05-301-7/+251
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-0/+332