summaryrefslogtreecommitdiff
path: root/cipher/scrypt.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Always require a 64 bit integer typeWerner Koch1-5/+0
2015-11-17Fix typos found using codespellJustus Winter1-1/+1
2015-01-05Replace camel case of internal scrypt functions.Werner Koch1-8/+11
2014-12-25scrypt: fix compiler warnings on ARMJussi Kivilinna1-1/+1
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-6/+6
2013-09-21Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna1-29/+5
2013-09-07scrypt: fix for big-endian systemsJussi Kivilinna1-3/+5
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-107/+169
2013-04-04Add the SCRYPT KDF functionChristian Grothoff1-0/+284