aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_blake224_hasher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée7 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add relative_performanceMattias Andrée8 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add hash_excess_bitsMattias Andrée13 days1-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>
* Add support for extended hash + add support for output hash to custom buffer when supportedMattias Andrée2024-08-311-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for salt for BLAKEMattias Andrée2024-08-241-4/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE via libblake>=1.1 (this version introduced libblake_init())Mattias Andrée2024-08-241-0/+98
Signed-off-by: Mattias Andrée <maandree@kth.se>