chacha 0.3.0

ChaCha stream ciphers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "chacha"

version = "0.3.0"

authors = ["Peter Reid <peter.d.reid@gmail.com>"]

license = "MIT/Apache-2.0"

description = "ChaCha stream ciphers"

repository = "https://github.com/PeterReid/chacha"

documentation = "http://peterreid.github.io/chacha"



[dependencies]

byteorder = "^1"

keystream = "^1"



[features]

nightly = []

bench = []