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
AgeCommit message (Collapse)Author
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.
2016-10-11adding xof_length for b2x supportJP Aumasson
2016-01-03Add git ignore filePaul Barker
To simplify development we can ignore all output produced by running 'make' in the b2sum, bench, ref and sse directories. Someone should build the csharp implementation and add output files to .gitignore...