#[repr(transparent)]
pub struct Ctr64LE(_);
Expand description
64-bit little endian counter flavor.
Performs copy-assignment from source
. Read more
type Nonce = GenericArray<u64, PartialQuot<B, U8>>
Inner representation of nonce.
Generate block for given nonce
value.
fn load(block: &GenericArray<u8, B>) -> Self::Nonce
Load nonce value from bytes.
Convert to a backend value
Convert from a backend value
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.