The Blake2 Message digest in C++
All variants of Blake2, sequential and parallel, works with or without intrinsics, 2B, 2BP, 2S, and 2SP. Tested with official Kats, built in Mac and Drbg. Project settings use default intrinsics setting /arch:AVS, and compiled with Intel compiler for best performance.
License is MIT.