aboutsummaryrefslogtreecommitdiffstats
path: root/libblake.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2024-09-111-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix documentation on how partial bytes are inputMattias Andrée2024-08-241-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m doc fixMattias Andrée2023-07-061-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m docMattias Andrée2022-02-201-126/+103
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add block size macro constantsMattias Andrée2022-02-201-0/+60
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée2022-02-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a warning that the API for BLAKE2X is a draftMattias Andrée2022-02-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add warning that BLAKE2X has not been finalisedMattias Andrée2022-02-201-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update init for BLAKE2Xb and BLAKE2Xs according to previous commmitMattias Andrée2022-02-201-20/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)Mattias Andrée2022-02-201-20/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* DocumentationMattias Andrée2022-02-201-32/+224
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m doc fixMattias Andrée2022-02-191-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add documentation1.1Mattias Andrée2022-02-191-24/+428
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add document BLAKE functions and make two functions inlineMattias Andrée2022-02-191-4/+272
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add some documentation, add const, and make some functions inlineMattias Andrée2022-02-191-56/+249
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Properly group code in libblake.hMattias Andrée2022-02-191-31/+54
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée2022-01-211-0/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2022-01-191-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimisation for amd64Mattias Andrée2022-01-191-0/+3
| | | | | | | | Increased major number as the ABI was broken by insertion of padding into the BLAKE2 parameter structures (except for BLAKE2Xs) Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve portabilityMattias Andrée2022-01-181-66/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add *_force_update for BLAKE2[X] (intended for parallel hashing)Mattias Andrée2022-01-131-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2XMattias Andrée2022-01-081-3/+73
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add last_node parameter to libblake_blake2[sb]_digestMattias Andrée2022-01-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2022-01-071-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-071-0/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libblake_decode_hex: verify inputMattias Andrée2022-01-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2022-01-051-0/+63
Signed-off-by: Mattias Andrée <maandree@kth.se>