#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

#1070 in Cryptography

Download history 20615/week @ 2024-03-14 18594/week @ 2024-03-21 20178/week @ 2024-03-28 24951/week @ 2024-04-04 22119/week @ 2024-04-11 27816/week @ 2024-04-18 27364/week @ 2024-04-25 32078/week @ 2024-05-02 30211/week @ 2024-05-09 44852/week @ 2024-05-16 43504/week @ 2024-05-23 44871/week @ 2024-05-30 44308/week @ 2024-06-06 47049/week @ 2024-06-13 43169/week @ 2024-06-20 35847/week @ 2024-06-27

180,432 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

~95KB