#hmac-sha1 #sha-1 #hmac #hash #crypto

no-std hmac-sha1-compact

A small, self-contained SHA1 and HMAC-SHA1 implementation

7 releases (stable)

1.1.4 Jun 14, 2023
1.1.3 Nov 29, 2022
1.1.2 Oct 25, 2022
1.1.1 Dec 9, 2021
0.1.0 Oct 18, 2021

#677 in Cryptography

Download history 17391/week @ 2024-01-21 17799/week @ 2024-01-28 15600/week @ 2024-02-04 15127/week @ 2024-02-11 18334/week @ 2024-02-18 18566/week @ 2024-02-25 21948/week @ 2024-03-03 19378/week @ 2024-03-10 20417/week @ 2024-03-17 18884/week @ 2024-03-24 21810/week @ 2024-03-31 24077/week @ 2024-04-07 22984/week @ 2024-04-14 28392/week @ 2024-04-21 29163/week @ 2024-04-28 31388/week @ 2024-05-05

112,843 downloads per month
Used in 28 crates (2 directly)

ISC license

12KB
304 lines

rust-hmac-sha1-compact

A small, self-contained SHA1 and HMAC-SHA1 implementation in Rust.

Optional features:

  • traits: enable support for the Digest trait from the digest crate.

lib.rs:

A small, self-contained SHA1 and HMAC-SHA1 implementation (C) Frank Denis <fdenis [at] fastly [dot] com>, public domain

Dependencies

~96KB