aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use predefined macros to figure out endiannessMattias Andrée2022-07-191-3/+31
| | | | 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/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2022-01-191-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimisation for amd64Mattias Andrée2022-01-191-1/+30
| | | | | | | | 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>
* Add BLAKE2XMattias Andrée2022-01-081-2/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-071-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2022-01-051-0/+28
Signed-off-by: Mattias Andrée <maandree@kth.se>