28 stable releases (12 major)

13.1.0 Jun 18, 2024
12.0.0 Apr 25, 2024
11.1.0 Nov 8, 2023
10.0.0 Jun 30, 2023
1.0.0 May 19, 2020

#5 in #sha-2

Download history 1106/week @ 2024-12-02 1078/week @ 2024-12-09 991/week @ 2024-12-16 165/week @ 2024-12-23 170/week @ 2024-12-30 998/week @ 2025-01-06 593/week @ 2025-01-13 1036/week @ 2025-01-20 498/week @ 2025-01-27 1405/week @ 2025-02-03 2163/week @ 2025-02-10 1049/week @ 2025-02-17 1116/week @ 2025-02-24 1281/week @ 2025-03-03 1358/week @ 2025-03-10 1332/week @ 2025-03-17

5,144 downloads per month
Used in 35 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

~790KB
~18K SLoC