Files
UnrealEngine/Engine/Source/ThirdParty/BLAKE3/1.3.1/reference_impl/README.md
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

490 B

This is the reference implementation of BLAKE3. It is used for testing and as a readable example of the algorithms involved. Section 5.1 of the BLAKE3 spec discusses this implementation. You can render docs for this implementation by running cargo doc --open in this directory.

This implementation is a single file (reference_impl.rs) with no dependencies. It is not optimized for performance.