#sha-2 #sha-256 #digest

no-std cess-sha2raw

SHA-2 hash function

1 unstable release

0.1.0 Nov 22, 2021

#69 in #sha-2


Used in 4 crates (2 directly)

MIT/Apache

31KB
601 lines

An implementation of the [SHA-2][1] cryptographic hash algorithms.


sha2raw

Implementation of Sha256 with a focus on hashing fixed sizes chunks, that do not require padding. Based on sha2.

Dependencies

~795KB
~19K SLoC