8 releases (stable)
new 1.1.5 | Dec 9, 2024 |
---|---|
1.1.4 | Jun 14, 2023 |
1.1.3 | Nov 29, 2022 |
1.1.2 | Oct 25, 2022 |
0.1.0 | Oct 18, 2021 |
#1555 in Cryptography
112,333 downloads per month
Used in 32 crates
(2 directly)
12KB
304 lines
rust-hmac-sha1-compact
A small, self-contained SHA1 and HMAC-SHA1 implementation in Rust.
Optional features:
traits
: enable support for theDigest
trait from thedigest
crate.
lib.rs
:
A small, self-contained SHA1 and HMAC-SHA1 implementation (C) Frank Denis <fdenis [at] fastly [dot] com>, public domain
Dependencies
~110KB