[go: up one dir, main page]

rust-crypto 0.2.3

A (mostly) pure-Rust implementation of various common cryptographic algorithms.
[package]
name = "rust-crypto"
version = "0.2.3"
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"
path = "src/rust-crypto/lib.rs"

[profile.test]
opt-level = 2

[dependencies]
time = "*"