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

#591 in Cryptography

Download history 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 1218/week @ 2024-11-24 1119/week @ 2024-12-01 1055/week @ 2024-12-08 1021/week @ 2024-12-15 158/week @ 2024-12-22 126/week @ 2024-12-29

2,400 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

~390–520KB
~11K SLoC