Blake2Fast icon indicating copy to clipboard operation
Blake2Fast copied to clipboard

Add BLAKE3 implementation

Open saucecontrol opened this issue 4 years ago • 3 comments

Not exactly a fair comparison, is it -- as theirs is just a thin .NET wrapper over an unmanaged library -- which I'd rather avoid :)

viktor-svub avatar Dec 08 '20 13:12 viktor-svub

Now that we have access to SIMD intrinsics in .NET I consider everything fair 😄

But yeah, I'd rather have a managed implementation as well, and it will be fun to see if I can beat the Rust version on perf (at least up to AVX2).

saucecontrol avatar Dec 08 '20 17:12 saucecontrol

@saucecontrol You can find the BLAKE3 implemented here https://github.com/xoofx/Blake3.NET by @xoofx

egbakou avatar Jul 13 '22 09:07 egbakou