blake2ya 1.0.2

The BLAKE2 cryptographic hash and message authentication code
Documentation
[lib]
name = "blake2ya"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The BLAKE2 cryptographic hash and message authentication code"
edition = "2024"
license = "MIT"
name = "blake2ya"
readme = "README.md"
version = "1.0.2"

[[test]]
name = "blake2b"
path = "tests/blake2b.rs"

[[test]]
name = "blake2s"
path = "tests/blake2s.rs"