1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-16 08:31:34 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
JP Aumasson
ed1974ea83 fix key length check 2023-02-12 10:51:34 +01:00
Kai Köhne
659129c861 Avoid MSVC warning C4804
Fixes warnings like

 blake2.h(140): warning C4804: '/': unsafe use of type 'bool' in operation
 blake2.h(141): warning C4804: '/': unsafe use of type 'bool' in operation
2021-04-21 09:10:59 +02:00
Jeffrey Walton
087dd6dec0
Add Aarch64 makefile 2020-07-02 22:43:01 -04:00
mjvk
467c5446ac
Update blake2-impl.h 2018-05-09 11:49:17 +01:00
Leigh Brown
7965d3e6e1 Add ARM NEON versions of blake2s and blake2b
NOTE! The NEON version of blake2s is currently NO FASTER than the
reference implementations.  However, it is retained for reference
and in case it can be further improved.

The NEON version of blake2b is more than twice as fast as the
reference implementation on the Raspberry PI 2 Model B.
2018-04-02 20:07:05 +01:00