[go: up one dir, main page]

blake2 0.11.0-rc.2

BLAKE2 hash functions
Documentation
[[bench]]
name = "mod"
path = "benches/mod.rs"

[dependencies.digest]
features = ["mac"]
version = "0.11.0-rc.1"

[dev-dependencies.base16ct]
features = ["alloc"]
version = "0.3"

[dev-dependencies.digest]
features = ["dev"]
version = "0.11.0-rc.1"

[dev-dependencies.hex-literal]
version = "1"

[features]
alloc = ["digest/alloc"]
default = ["alloc"]
reset = []
size_opt = []
zeroize = ["digest/zeroize"]

[lib]
name = "blake2"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "BLAKE2 hash functions"
documentation = "https://docs.rs/blake2"
edition = "2024"
keywords = ["blake2", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "blake2"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
rust-version = "1.85"
version = "0.11.0-rc.2"

[package.metadata.docs.rs]
all-features = true

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

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

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

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