aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake512_digest_get_required_input_size.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-20Add warning that BLAKE2X has not been finalisedMattias Andrée1-0/+4
2022-02-20Update init for BLAKE2Xb and BLAKE2Xs according to previous commmitMattias Andrée3-32/+5
2022-02-20Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)Mattias Andrée8-156/+4418
2022-02-20DocumentationMattias Andrée1-32/+224
2022-02-19Fix linking for Mac OSMattias Andrée4-1/+8
2022-02-19m doc fixMattias Andrée1-2/+2
2022-02-19Add documentation1.1Mattias Andrée1-24/+428
2022-02-19Add missing UNLIKELYMattias Andrée2-2/+2
2022-02-19Fix initial t[0] for keyed BLAKE2XsMattias Andrée1-1/+1
2022-02-19Fix initial t[0] for keyed BLAKE2sMattias Andrée1-1/+1
2022-02-19Add document BLAKE functions and make two functions inlineMattias Andrée5-29/+288
2022-02-19Add some documentation, add const, and make some functions inlineMattias Andrée9-80/+257
2022-02-19Properly group code in libblake.hMattias Andrée1-31/+54