sha1 0.2.0

Minimal implementation of SHA1 for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sha1"
version = "0.2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
keywords = ["sha1"]
description = "Minimal implementation of SHA1 for Rust."
license = "BSD-3-Clause"
repository = "https://github.com/mitsuhiko/rust-sha1"

[dev-dependencies]
openssl = "0.7"
rand = "0.3"