aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation on how partial bytes are inputHEADmasterMattias Andrée2024-08-241-4/+4
* Empty signed commitMattias Andrée2024-04-060-0/+0
* m doc fixMattias Andrée2023-07-061-4/+4
* Use predefined macros to figure out endiannessMattias Andrée2022-07-191-3/+31
* mMattias Andrée2022-07-161-1/+1
* m docMattias Andrée2022-02-201-126/+103
* Add block size macro constantsMattias Andrée2022-02-201-0/+60
* add todoMattias Andrée2022-02-201-0/+2
* m readmeMattias Andrée2022-02-201-2/+3
* Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée2022-02-205-5/+4233
* Add KAT files for BLAKE2[bs]p (which have not been implemented yet)Mattias Andrée2022-02-202-0/+4094
* Move KAT files into kat/ and remove kat- prefixMattias Andrée2022-02-204-4/+4
* m readmeMattias Andrée2022-02-201-2/+2
* Add todosMattias Andrée2022-02-201-0/+3
* Add coverage testMattias Andrée2022-02-203-30/+53
* mMattias Andrée2022-02-201-4/+2
* Bump version3.0Mattias Andrée2022-02-201-1/+1
* Add a warning that the API for BLAKE2X is a draftMattias Andrée2022-02-201-1/+1
* Add warning that BLAKE2X has not been finalisedMattias Andrée2022-02-201-0/+4
* Update init for BLAKE2Xb and BLAKE2Xs according to previous commmitMattias Andrée2022-02-203-32/+5
* 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-208-156/+4418
* DocumentationMattias Andrée2022-02-201-32/+224
* Fix linking for Mac OSMattias Andrée2022-02-194-1/+8
* m doc fixMattias Andrée2022-02-191-2/+2
* Add documentation1.1Mattias Andrée2022-02-191-24/+428
* Add missing UNLIKELYMattias Andrée2022-02-192-2/+2
* Fix initial t[0] for keyed BLAKE2XsMattias Andrée2022-02-191-1/+1
* Fix initial t[0] for keyed BLAKE2sMattias Andrée2022-02-191-1/+1
* Add document BLAKE functions and make two functions inlineMattias Andrée2022-02-195-29/+288
* Add some documentation, add const, and make some functions inlineMattias Andrée2022-02-199-80/+257
* Properly group code in libblake.hMattias Andrée2022-02-191-31/+54
* Add readmeMattias Andrée2022-02-191-0/+13
* libblake_init: return before locking if already initialised (check-lock-check)Mattias Andrée2022-02-171-0/+3
* Fix typoMattias Andrée2022-02-171-1/+1
* Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée2022-01-2110-2/+330
* Fix memory corruption bug in test.c and simplify message byte-length calculationMattias Andrée2022-01-211-2/+2
* Fix warningsMattias Andrée2022-01-199-38/+83
* Add todos about more tests being neededMattias Andrée2022-01-191-0/+4
* Optimisation for amd64Mattias Andrée2022-01-1916-143/+406
* Improve portabilityMattias Andrée2022-01-182-67/+85
* Fix libblake_blake2[sn]_digest_get_required_input_size for 0 input1.0Mattias Andrée2022-01-162-2/+2
* Add *_force_update for BLAKE2[X] (intended for parallel hashing)Mattias Andrée2022-01-136-0/+58
* Add BLAKE2XMattias Andrée2022-01-0825-124/+428
* Add last_node parameter to libblake_blake2[sb]_digestMattias Andrée2022-01-084-6/+12
* mMattias Andrée2022-01-071-10/+10
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-0725-84/+900
* libblake_decode_hex: verify inputMattias Andrée2022-01-063-6/+15
* First commitMattias Andrée2022-01-0532-0/+1245