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

no-std hmac-sha1-compact

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

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

Download history 25665/week @ 2024-08-21 23493/week @ 2024-08-28 28627/week @ 2024-09-04 28769/week @ 2024-09-11 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 24584/week @ 2024-11-27 22314/week @ 2024-12-04

112,333 downloads per month
Used in 32 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

~110KB