Struct block_buffer::BlockBuffer [] [src]

pub struct BlockBuffer<N: ArrayLength<u8>> where
    N::ArrayType: Copy
{ /* fields omitted */ }

Methods

impl<N: ArrayLength<u8>> BlockBuffer<N> where
    N::ArrayType: Copy
[src]

Will pad message with message length in little-endian format

Trait Implementations

impl<N: Default + ArrayLength<u8>> Default for BlockBuffer<N> where
    N::ArrayType: Copy
[src]

Returns the "default value" for a type. Read more

impl<N: Clone + ArrayLength<u8>> Clone for BlockBuffer<N> where
    N::ArrayType: Copy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Copy + ArrayLength<u8>> Copy for BlockBuffer<N> where
    N::ArrayType: Copy
[src]