kuznyechik 0.8.1

Kuznyechik (GOST R 34.12-2015) block cipher
Documentation
[dependencies.cipher]
version = "0.4.2"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.4.2"

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

[features]
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Kuznyechik (GOST R 34.12-2015) block cipher"
documentation = "https://docs.rs/kuznyechik"
edition = "2021"
keywords = ["crypto", "kuznyechik", "gost", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "kuznyechik"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
rust-version = "1.56"
version = "0.8.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]