b2sum
A Pure Rust Library For Hashing Files using Blake2b with any given digest size.
It takes advantage of the crates filebuffer and Blake2-rfc, with filebuffer providing more speed than the std::io
primitive.
Example
use Blake2bSum;
License
-
MIT
-
Apache-2.0