aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* m + split out implemenation for w=8,16,32,64HEADmasterMattias Andrée32 hours1-1/+1
* Optimisation for w=8,16,32Mattias Andrée34 hours1-3/+20
* Organise filesMattias Andrée43 hours1-151/+37
* Split libkeccak.h and fix support for architectures that do not allow misaligned memoryMattias Andrée45 hours1-790/+8
* Add cSHAKEMattias Andrée2022-02-271-5/+57
* mMattias Andrée2022-02-271-1/+1
* Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCYMattias Andrée2022-02-261-1/+9
* Remove useless restrictsMattias Andrée2022-02-261-28/+28
* Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)Mattias Andrée2021-12-241-0/+56
* Suppress clang warnings1.2.2Mattias Andrée2021-07-301-0/+7
* Use inline instead of static inline for non-deprecated functionsMattias Andrée2021-07-301-60/+40
* Fix clang warningsMattias Andrée2021-07-301-3/+17
* Do not divide by sizeof(char)Mattias Andrée2021-07-301-4/+4
* Fix warningMattias Andrée2021-07-301-1/+1
* Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée2019-02-121-72/+20
* General improvementsMattias Andrée2019-02-111-7/+7
* Deprecate typedefsMattias Andrée2019-02-111-120/+119
* Fix warningsMattias Andrée2019-02-101-1/+1
* General API improvementsMattias Andrée2019-02-101-7/+1144
* General improvementsMattias Andrée2017-10-141-0/+13