#hmac-sha1 #sha-1 #hmac #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

#1491 in Cryptography

Download history 29073/week @ 2024-09-18 26546/week @ 2024-09-25 28497/week @ 2024-10-02 24109/week @ 2024-10-09 26972/week @ 2024-10-16 28558/week @ 2024-10-23 28609/week @ 2024-10-30 30035/week @ 2024-11-06 28945/week @ 2024-11-13 30044/week @ 2024-11-20 24575/week @ 2024-11-27 28375/week @ 2024-12-04 30910/week @ 2024-12-11 19529/week @ 2024-12-18 7844/week @ 2024-12-25 12185/week @ 2025-01-01

76,629 downloads per month
Used in 37 crates (4 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

~110KB