27 stable releases (12 major)

new 13.0.1 May 17, 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

#507 in Cryptography

Download history 1679/week @ 2024-01-26 1604/week @ 2024-02-02 1724/week @ 2024-02-09 2351/week @ 2024-02-16 2095/week @ 2024-02-23 2339/week @ 2024-03-01 1551/week @ 2024-03-08 3024/week @ 2024-03-15 2115/week @ 2024-03-22 2108/week @ 2024-03-29 2685/week @ 2024-04-05 2729/week @ 2024-04-12 2241/week @ 2024-04-19 1346/week @ 2024-04-26 1411/week @ 2024-05-03 1285/week @ 2024-05-10

6,575 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

~515KB
~11K SLoC