aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/keccak/keccak.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-41/+1
* Add proper SHA-3Jack Lloyd2016-10-191-86/+3
* Add NEWHOPE KEM schemeJack Lloyd2016-08-301-6/+3
* Order the accesses to A[] in the Keccak permutation.Jack Lloyd2016-02-061-17/+17
* Mass-prefix member vars with m_René Korthaus2016-01-081-22/+22
* Internal header cleanupsJack Lloyd2015-09-191-2/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Use Algo_Registry also for hashes.lloyd2015-01-281-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+198