Crate sha2_asm[][src]

Expand description

Assembly implementation of the SHA-2 compression functions.

This crate is not intended for direct use, most users should prefer the sha2 crate with enabled asm feature instead.

Only x86, x86-64, and (partially) AArch64 architectures are currently supported.

Functions

Safe wrapper around assembly implementation of SHA256 compression function

Safe wrapper around assembly implementation of SHA512 compression function