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

#477 in Cryptography

Download history 1728/week @ 2024-07-01 1518/week @ 2024-07-08 2366/week @ 2024-07-15 1339/week @ 2024-07-22 1093/week @ 2024-07-29 1855/week @ 2024-08-05 1040/week @ 2024-08-12 1552/week @ 2024-08-19 1198/week @ 2024-08-26 1528/week @ 2024-09-02 1703/week @ 2024-09-09 1729/week @ 2024-09-16 1703/week @ 2024-09-23 1014/week @ 2024-09-30 1238/week @ 2024-10-07 1207/week @ 2024-10-14

5,215 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

~385–520KB
~11K SLoC