hc-128 0.0.0

HC-128 Stream Cipher
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "RustCrypto/stream-ciphers"
[dependencies.block-cipher-trait]
version = "0.6"

[dependencies.stream-cipher]
version = "0.3"

[dependencies.zeroize]
optional = true
version = "1"
[dev-dependencies.block-cipher-trait]
features = ["dev"]
version = "0.6"

[dev-dependencies.stream-cipher]
features = ["dev"]
version = "0.3"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "HC-128 Stream Cipher"
keywords = ["crypto", "stream-cipher", "trait"]
license = "MIT OR Apache-2.0"
name = "hc-128"
repository = "https://github.com/RustCrypto/stream-ciphers"
version = "0.0.0"