| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore unsigned overflow warnings | Ross Nicoll | 2021-07-09 | 1 | -0/+3 |
| | | | | | | | | Ignore unsigned overflow warnings in: * Scrypt hash calculation as this is an intentional part of how they behave. * Calculating block subsidy as the Mersenne Twister intentionally expects this behaviour. | ||||
| * | Replace HMAC_SHA256 with Bitcoin's version | Ross Nicoll | 2021-07-09 | 1 | -333/+20 |
| | | |||||
| * | crypto: Add scrypt N=1024 PoW | barrystyle | 2021-05-30 | 1 | -7/+251 |
| | | | | | | 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 PoW | shaolinfry | 2021-05-30 | 1 | -0/+332 |