summaryrefslogtreecommitdiff
path: root/scrypt.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2019-01-201-1/+3
|
* Use version 7.0 rather than 6.2Jeffrey Walton2018-10-191-2/+2
| | | | We had to perform a major version bump due to an ABI break
* Update documentationJeffrey Walton2018-07-011-1/+1
|
* Update documentationJeffrey Walton2018-04-021-0/+8
|
* Add OpenMP support to Scrypt (GH #613) (#628)Jeffrey Walton2018-04-011-1/+1
| | | | | | | | | | | | | | | | | | | Scrypt performance jumps as expected. For example, on a machine with 4 logical cores: $ time OMP_NUM_THREADS=1 ./test.exe Threads: 1 Key: DCF073537D25A10C9733... real 0m17.959s user 0m16.165s sys 0m1.759s $ time OMP_NUM_THREADS=4 ./test.exe Threads: 4 Key: B37A0127DBE178ED604F... real 0m4.488s user 0m15.391s sys 0m1.981s
* Update documentationJeffrey Walton2018-03-311-5/+3
| | | | Add asserts to Scrypt ValidateParameters
* Update documentationJeffrey Walton2018-03-311-1/+0
|
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+96