OSDN Git Service

Added the BLAKE2 hash algorithm.
[mutilities/MUtilities.git] / src / 3rd_party / blake2 / README.txt
1
2 this is the reference source code package of BLAKE2, which includes
3
4 ref/ 
5 C implementations of blake2b, blake2bp, blake2s, blake2sp, aimed at
6 portability and simplicity
7
8 sse/
9 C implementations of blake2b, blake2bp, blake2s, blake2sp, optimized 
10 for speed on CPUs supporting SSE2, SSSE3, SSE4.1, AVX, or XOP
11
12 csharp/
13 C# implementation of blake2b
14
15 b2sum/
16 command line tool to hash files, based on the sse/ implementations
17
18 bench/
19 benchmark tool to measure cycles-per-byte speeds and produce graphs