aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3
Commit message (Collapse)AuthorAgeFilesLines
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-102-34/+76
|
* Add proper SHA-3Jack Lloyd2016-10-193-0/+300
Kind of a copy and paste of Keccak, but only a single copy of the permutation at least. Keccak depends on SHA-3 instead of the reverse, so that SHA-3 can be enabled without also bringing in an unapproved hash function. Updates newhope code and removes API function newhope_hash which was an unofficial SHA-3-256.