aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/scrypt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix FreeBSD scrypt compilationchromatic2021-08-281-0/+2
| | | | | | | | | | | Commit originated in Litecoin PR #416: https://github.com/litecoin-project/litecoin/pull/416 Note that Dogecoin 1.21-dev has a different scrypt.h file which will need a similar change, but scrypt is under rework, so this is the minimal change for 1.14.5 which will get FreeBSD compilation to work again.
* Update to use thread_localChey2021-06-271-1/+1
|
* fix runtime for dogecoin on Alpine Linux musl libcchey2021-06-021-1/+2
|
* Replace HMAC_SHA256 with Bitcoin's version (#1438)Ross Nicoll2018-09-191-90/+20
|
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ↵Warren Togami2018-09-191-0/+329
Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher