keccak::simd

Type Alias u64x4

Source
pub type u64x4 = Simd<u64, 4>;
🔬This is a nightly-only experimental API. (portable_simd)
Expand description

A SIMD vector with four elements of type u64.

Aliased Type§

struct u64x4(/* private fields */);

Trait Implementations§

Source§

impl LaneSize for u64x4

Source§

const KECCAK_F_ROUND_COUNT: usize = 24usize

Number of rounds of the Keccak-f permutation.
Source§

fn truncate_rc(rc: u64) -> Self

Truncate function.
Source§

fn rotate_left(self, n: u32) -> Self

Rotate left function.