A8Bytes

Type Alias A8Bytes 

Source
pub type A8Bytes<N> = Aligned<A8, GenericArray<u8, N>>;
Expand description

An alias representing 8-byte aligned bytes, mainly to save typing

Aliased Type§

pub struct A8Bytes<N> { /* private fields */ }

Trait Implementations§

Source§

impl<N: ArrayLength<u8>> CMov for A8Bytes<N>

Source§

fn cmov(&mut self, condition: Choice, src: &A8Bytes<N>)