[go: up one dir, main page]

ctr 0.10.0-rc.2

CTR block modes of operation
[[bench]]
name = "aes128"
path = "benches/aes128.rs"

[dependencies.cipher]
features = ["stream-wrapper"]
version = "0.5.0-rc.2"

[dev-dependencies.aes]
version = "0.9.0-rc.2"

[dev-dependencies.cipher]
features = ["dev"]
version = "0.5.0-rc.2"

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

[dev-dependencies.kuznyechik]
version = "0.9.0-rc.2"

[dev-dependencies.magma]
version = "0.10.0-rc.2"

[features]
alloc = ["cipher/alloc"]
block-padding = ["cipher/block-padding"]
zeroize = ["cipher/zeroize"]

[lib]
name = "ctr"
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 = "CTR block modes of operation"
documentation = "https://docs.rs/ctr"
edition = "2024"
keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
license = "MIT OR Apache-2.0"
name = "ctr"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-modes"
rust-version = "1.85"
version = "0.10.0-rc.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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