]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/sha/keccak1600.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / crypto / sha / keccak1600.c
2021-10-28  x2018fix some code with obvious wrong coding style
2019-06-04  Shane LontisMove digests to providers
2019-03-11  Shane Lontisfix truncation of integers on 32bit AIX
2019-02-19  Andy Polyakovsha/keccak1600.c: subscribe more platforms for "complem...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-08-01  Andy Polyakovsha/keccak1600.c: choose more sensible default parameters.
2017-07-25  Andy Polyakovsha/keccak1600.c: build and make it work with strict...
2017-07-03  Andy Polyakovsha/keccak1600.c: internalize KeccakF1600 and simplify...
2017-06-08  Andy Polyakovsha/keccak1600.c: switch to more efficient bit interlea...
2017-06-05  Andy Polyakovsha/keccak1600.c: add #ifdef KECCAK1600_ASM.
2017-06-05  Andy Polyakovsha/keccak1600.c: reduce temporary storage utilization...
2017-06-05  Andy Polyakovsha/keccak1600.c: add another 1x variant.
2017-06-05  Andy Polyakovsha/keccak1600.c: add ARM-specific "reference" tweaks.
2017-05-30  Andy Polyakovsha/keccak1600.c: implement lane complementing transform
2017-05-30  Andy Polyakovsha/keccak1600.c: implement bit interleaving optimization.
2017-05-11  Richard LevitteCleanup - use e_os2.h rather than stdint.h
2016-11-11  Andy Polyakovsha/keccak1600.c: add some optimized implementations.
2016-10-31  Andy Polyakovsha/keccak1600.c: add couple of soft asserts.
2016-10-24  Andy Polyakovsha/keccak1600.c: add known answer and verify result...
2016-10-24  Andy Polyakovcrypto/sha: add Keccak1600 primitives to build SHA...