sha2
0.10.8
In sha2::
sha512::
x86
Modules
avx2_cpuid
Macros
fn_sha512_update_x
Constants
SHA512_BLOCK_BYTE_LEN
SHA512_BLOCK_WORDS_NUM
SHA512_HASH_BYTE_LEN
SHA512_HASH_WORDS_NUM
SHA512_ROUNDS_NUM
Functions
accumulate_state
cast_ms
cast_rs
compress
load_data_avx
load_data_avx2
process_second_block
rounds_0_63_avx
rounds_0_63_avx2
rounds_64_79
sha512_compress_x86_64_avx
sha512_compress_x86_64_avx2
sha512_update_x_avx
sha512_update_x_avx2
sha_round
Type Aliases
MsgSchedule
RoundStates
State
sha2
::
sha512
::
x86
Function
rounds_64_79
Copy item path
Settings
Help
Summary
Source
fn rounds_64_79(current_state: &mut [
u64
;
8
], ms: &[
__m128i
;
8
])