Module simd

Source
Expand description

SIMD implementations for Keccak-f1600 sponge function

Functions§

f1600x2
Keccak-f sponge function
f1600x4
Keccak-f sponge function
f1600x8
Keccak-f sponge function
p1600x2
Keccak-p sponge function
p1600x4
Keccak-p sponge function
p1600x8
Keccak-p sponge function

Type Aliases§

u64x2Experimental
A SIMD vector with two elements of type u64.
u64x4Experimental
A SIMD vector with four elements of type u64.
u64x8Experimental
A SIMD vector with eight elements of type u64.