[go: up one dir, main page]

ctr 0.3.0

CTR block mode of operation
Documentation
[package]
name = "ctr"
version = "0.3.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "CTR block mode of operation"
documentation = "https://docs.rs/ctr"
repository = "https://github.com/RustCrypto/stream-ciphers"
keywords = ["crypto", "stream-cipher", "trait"]
categories = ["cryptography", "no-std"]

[dependencies]
stream-cipher = "0.3"
block-cipher-trait = "0.6"

[dev-dependencies]
aes = "0.3"
stream-cipher = { version = "0.3", features = ["dev"] }

[badges]
travis-ci = { repository = "RustCrypto/stream-ciphers" }