#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

#624 in Cryptography

Download history 14818/week @ 2024-01-02 16144/week @ 2024-01-09 17403/week @ 2024-01-16 17381/week @ 2024-01-23 17687/week @ 2024-01-30 15095/week @ 2024-02-06 15484/week @ 2024-02-13 18875/week @ 2024-02-20 19262/week @ 2024-02-27 21617/week @ 2024-03-05 19246/week @ 2024-03-12 20112/week @ 2024-03-19 18631/week @ 2024-03-26 23740/week @ 2024-04-02 22671/week @ 2024-04-09 19765/week @ 2024-04-16

87,877 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

~94KB