keccak
0.1.5
Module simd
Module Items
Functions
Type Aliases
In crate keccak
keccak
Module
simd
Copy item path
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
§
u64x2
Experimental
A SIMD vector with two elements of type
u64
.
u64x4
Experimental
A SIMD vector with four elements of type
u64
.
u64x8
Experimental
A SIMD vector with eight elements of type
u64
.