#hmac-sha1 #hmac #sha-1 #cryptographic-hashes #hash

no-std hmac-sha1-compact

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

8 releases (stable)

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

#2175 in Cryptography

Download history 8141/week @ 2024-12-22 10861/week @ 2024-12-29 27490/week @ 2025-01-05 31167/week @ 2025-01-12 26658/week @ 2025-01-19 27716/week @ 2025-01-26 29368/week @ 2025-02-02 32656/week @ 2025-02-09 28596/week @ 2025-02-16 34770/week @ 2025-02-23 32343/week @ 2025-03-02 35355/week @ 2025-03-09 31337/week @ 2025-03-16 21292/week @ 2025-03-23 21588/week @ 2025-03-30 21885/week @ 2025-04-06

97,808 downloads per month
Used in 39 crates (3 directly)

ISC license

12KB
304 lines

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


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.

Dependencies

~145KB