arc4 0.1.0

RC4 encryption and PRNG in pure rust (with no_std support)
Documentation
[dependencies]
[dev-dependencies.hex-literal]
version = "0.2.1"

[package]
authors = ["Cody P Schafer <dev@codyps.com>"]
categories = ["cryptography", "no-std"]
description = "RC4 encryption and PRNG in pure rust (with no_std support)"
documentation = "https://docs.rs/arc4/"
edition = "2018"
keywords = ["RC4", "arc4", "encryption", "random"]
license = "Apache-2.0 OR MIT"
name = "arc4"
repository = "https://github.com/jmesmon/arc4"
version = "0.1.0"