rabbit 0.2.0

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

[dependencies]
cipher = "0.2"
zeroize = { version = "1", optional = true, features = ["zeroize_derive"] }

[features]
default = []