Type Alias PackedLane8

Source
pub type PackedLane8 = Col<B1, { _ }>;
Expand description

8x 64-bit lanes packed1 in the single column.

For the motivation see Keccakf documentation.


  1. here it means in the SIMD sense, not as in packed columns. 

Aliased Type§

struct PackedLane8 {
    pub table_id: usize,
    /* private fields */
}

Fields§

§table_id: usize