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

#527 in Cryptography

Download history 1032/week @ 2024-08-11 1579/week @ 2024-08-18 1155/week @ 2024-08-25 1557/week @ 2024-09-01 1710/week @ 2024-09-08 1704/week @ 2024-09-15 1706/week @ 2024-09-22 1015/week @ 2024-09-29 1265/week @ 2024-10-06 1192/week @ 2024-10-13 780/week @ 2024-10-20 950/week @ 2024-10-27 882/week @ 2024-11-03 473/week @ 2024-11-10 611/week @ 2024-11-17 1160/week @ 2024-11-24

3,149 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

~390–520KB
~11K SLoC