b2sum-rust 0.1.0

A Rust Library For Computing The Blake2b Hash of Files with any given digest size
Documentation
[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.filebuffer]
version = "0.4.0"

[dependencies.hex]
version = "0.4.0"

[package]
authors = ["0xSilene"]
categories = ["asynchronous", "cryptography", "filesystem", "parsing"]
description = "A Rust Library For Computing The Blake2b Hash of Files with any given digest size"
edition = "2018"
keywords = ["b2sum", "hashing", "blake2b", "file-hashing", "checksum"]
license = "MIT OR Apache-2.0"
name = "b2sum-rust"
repository = "https://github.com/0xSilene/b2sum-rust"
version = "0.1.0"