hashes 0.1.9

Rust implementation of cryptographic hash function algorithms
Documentation
[dependencies]

[features]
std = []
test_big_data = []

[package]
authors = ["Dmitry Demin <dmitry.demin@outlook.com>"]
autoexamples = false
description = "Rust implementation of cryptographic hash function algorithms"
edition = "2021"
keywords = ["crypto", "hash", "sha2", "sha256", "sha512"]
license = "MIT OR Apache-2.0"
name = "hashes"
readme = "README.md"
repository = "https://github.com/dmidem/hashes"
version = "0.1.9"
[profile.release]
opt-level = 3