#sha-2 #digest #hash #crypto

no-std cess-sha2raw

SHA-2 hash function

1 unstable release

0.1.0 Nov 22, 2021

#35 in #sha-2


Used in 4 crates (2 directly)

MIT/Apache

31KB
601 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

~495KB
~11K SLoC