25 stable releases (11 major)

12.0.0 Apr 25, 2024
11.1.0 Nov 8, 2023
11.0.0 Sep 5, 2023
10.0.0 Jun 30, 2023
1.0.0 May 19, 2020

#397 in Cryptography

Download history 1971/week @ 2024-01-22 1834/week @ 2024-01-29 1600/week @ 2024-02-05 1822/week @ 2024-02-12 2054/week @ 2024-02-19 2454/week @ 2024-02-26 2099/week @ 2024-03-04 2155/week @ 2024-03-11 2790/week @ 2024-03-18 1652/week @ 2024-03-25 2493/week @ 2024-04-01 2648/week @ 2024-04-08 3017/week @ 2024-04-15 1638/week @ 2024-04-22 1265/week @ 2024-04-29 1659/week @ 2024-05-06

7,625 downloads per month
Used in 34 crates (2 directly)

MIT/Apache

31KB
603 lines

sha2raw

Implementation of Sha256 with a focus on hashing fixed sizes chunks, that do not require padding. Based on sha2.


lib.rs:

An implementation of the [SHA-2][1] cryptographic hash algorithms.

Dependencies

~515KB
~11K SLoC