Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/neon
AgeCommit message (Collapse)Author
2021-04-21Avoid MSVC warning C4804Kai Köhne
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
2020-07-03Add Aarch64 makefileJeffrey Walton
2018-05-09Update blake2-impl.hmjvk
2018-04-02Add ARM NEON versions of blake2s and blake2bLeigh Brown
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.