rust-crypto 0.2.24

A (mostly) pure-Rust implementation of various common cryptographic algorithms.
[package]
name = "rust-crypto"
version = "0.2.24"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/DaGenix/rust-crypto/"
repository = "https://github.com/DaGenix/rust-crypto/"
description = "A (mostly) pure-Rust implementation of various common cryptographic algorithms."
keywords = [ "Crypto", "MD5", "Sha1", "Sha2", "AES" ]
readme = "README.md"

[lib]
name = "crypto"

[dependencies]
time = "*"
rand = "*"
rustc-serialize = "*"