aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_keccak__.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée2024-09-121-20/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add relative_performanceMattias Andrée2024-09-111-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add hash_excess_bitsMattias Andrée2024-09-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add standard_partial_byte_input_encoding and standard_partial_byte_output_encodingMattias Andrée2024-09-051-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* keccak: but squeeze code in common subroutineMattias Andrée2024-09-011-26/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for Keccak and fix squeeze support in finalise_const for KeccakMattias Andrée2024-09-011-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for extended hash + add support for output hash to custom buffer when supportedMattias Andrée2024-08-311-14/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for z parameter for keccakMattias Andrée2024-08-281-6/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée2024-08-241-0/+148
Signed-off-by: Mattias Andrée <maandree@kth.se>