k12 0.3.0

Pure Rust implementation of the KangarooTwelve hash function
Documentation
[dependencies.digest]
default-features = false
features = ["core-api"]
version = "0.10.7"

[dependencies.sha3]
default-features = false
version = "0.10.8"
[dev-dependencies.digest]
features = ["alloc", "dev"]
version = "0.10.7"

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

[features]
default = ["std"]
std = ["digest/std"]

[package]
authors = ["RustCrypto Developers", "Diggory Hardy <github1@dhardy.name>"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of the KangarooTwelve hash function"
documentation = "https://docs.rs/k12"
edition = "2021"
keywords = ["crypto", "hash", "digest"]
license = "Apache-2.0 OR MIT"
name = "k12"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
rust-version = "1.56"
version = "0.3.0"
[profile.dev]
opt-level = 2