Skip to main content

Module sha

Module sha 

Source
Expand description

Implements sha256 SIMD instructions of x86 targets

The functions that actually compute SHA256 were copied from RustCryptoโ€™s sha256 module.

Traitsยง

EvalContextExt ๐Ÿ”’

Functionsยง

sha256_digest_round_x2 ๐Ÿ”’
sha256load ๐Ÿ”’
sha256msg1 ๐Ÿ”’
sha256msg2 ๐Ÿ”’