24 stable releases (10 major)

11.1.0 Nov 8, 2023
10.0.0 Jun 30, 2023
9.0.0 Mar 17, 2023
8.0.0 Mar 6, 2023
1.0.0 May 19, 2020

#573 in Cryptography

Download history 1042/week @ 2023-12-13 588/week @ 2023-12-20 518/week @ 2023-12-27 1391/week @ 2024-01-03 1638/week @ 2024-01-10 2119/week @ 2024-01-17 2183/week @ 2024-01-24 1553/week @ 2024-01-31 1428/week @ 2024-02-07 2218/week @ 2024-02-14 2191/week @ 2024-02-21 2281/week @ 2024-02-28 1692/week @ 2024-03-06 2948/week @ 2024-03-13 2233/week @ 2024-03-20 1210/week @ 2024-03-27

8,669 downloads per month
Used in 33 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