blake2s 0.0.0

BLAKE-2s hash function
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "blake2s"
version = "0.0.0"
authors = ["____"]
license = "MIT OR Apache-2.0"
description = "BLAKE-2s hash function"
documentation = "https://docs.rs/blake2s"
repository = "https://github.com/RustCrypto/hashes"
edition = "2018"

[dependencies]