sha1 0.3.0

Minimal implementation of SHA1 for Rust.
Documentation
[package]
name = "sha1"
version = "0.3.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.9"
rand = "0.3"