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

#458 in Cryptography

Download history 1829/week @ 2024-01-28 1516/week @ 2024-02-04 1872/week @ 2024-02-11 2088/week @ 2024-02-18 2408/week @ 2024-02-25 2079/week @ 2024-03-03 2098/week @ 2024-03-10 2909/week @ 2024-03-17 1612/week @ 2024-03-24 2390/week @ 2024-03-31 2794/week @ 2024-04-07 2968/week @ 2024-04-14 1706/week @ 2024-04-21 1273/week @ 2024-04-28 1623/week @ 2024-05-05 1503/week @ 2024-05-12

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

~510KB
~11K SLoC