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