sha1 0.6.1

Minimal dependency free implementation of SHA1 for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.sha1_smol]
version = "1.0.0"

[features]
serde = ["sha1_smol/serde"]
std = ["sha1_smol/std"]

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "Minimal dependency free implementation of SHA1 for Rust."
edition = "2018"
keywords = ["sha1"]
license = "BSD-3-Clause"
name = "sha1"
repository = "https://github.com/mitsuhiko/sha1-smol"
version = "0.6.1"
[package.metadata.docs.rs]
all-features = true