keccak::simd

Type Alias u64x2

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

A SIMD vector with two elements of type u64.

Aliased Type§

struct u64x2(/* private fields */);

Trait Implementations§

Source§

impl LaneSize for u64x2

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.