rabbit 0.3.1

An implementation of the Rabbit Stream Cipher Algorithm
Documentation
[dependencies.cipher]
version = "0.3"

[dependencies.zeroize]
default-features = false
features = ["zeroize_derive"]
optional = true
version = "=1.3"

[features]
default = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "An implementation of the Rabbit Stream Cipher Algorithm"
edition = "2018"
keywords = ["crypto", "rabbit", "stream-cipher", "trait"]
license = "MIT OR Apache-2.0"
name = "rabbit"
readme = "README.md"
repository = "https://github.com/RustCrypto/stream-ciphers"
version = "0.3.1"