summaryrefslogtreecommitdiff
path: root/cipher/scrypt.c
Commit message (Expand)AuthorAgeFilesLines
* scrypt: Fix the last step of SCRYPT.NIIBE Yutaka2022-01-201-1/+1
* Always require a 64 bit integer typeWerner Koch2016-03-181-5/+0
* Fix typos found using codespellJustus Winter2015-11-171-1/+1
* Replace camel case of internal scrypt functions.Werner Koch2015-01-051-8/+11
* scrypt: fix compiler warnings on ARMJussi Kivilinna2014-12-251-1/+1
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-6/+6
* Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna2013-09-211-29/+5
* scrypt: fix for big-endian systemsJussi Kivilinna2013-09-071-3/+5
* Add test case for SCRYPT and rework the code.Werner Koch2013-04-051-107/+169
* Add the SCRYPT KDF functionChristian Grothoff2013-04-041-0/+284