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

#280 in Cryptography

Download history 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 166/week @ 2024-12-29 999/week @ 2025-01-05 591/week @ 2025-01-12 1032/week @ 2025-01-19 473/week @ 2025-01-26 1422/week @ 2025-02-02 2156/week @ 2025-02-09 1043/week @ 2025-02-16 1142/week @ 2025-02-23 1209/week @ 2025-03-02

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

~785KB
~18K SLoC