Struct block_buffer::BlockBuffer1024
[−]
[src]
pub struct BlockBuffer1024 { /* fields omitted */ }
Methods
impl BlockBuffer1024
[src]
fn input<F: FnMut(&[u8; 128])>(&mut self, input: &[u8], func: F)
fn len_padding<F>(&mut self, data_len: u64, func: F) where
F: FnMut(&[u8; 128]),
F: FnMut(&[u8; 128]),
Will pad message with message length in big-endian format
fn len_padding_u128<F>(&mut self, hi: u64, lo: u64, func: F) where
F: FnMut(&[u8; 128]),
F: FnMut(&[u8; 128]),
fn pad_with<P: Padding>(&mut self) -> &mut [u8; 128]
fn size(&self) -> usize
fn position(&self) -> usize
fn remaining(&self) -> usize
Trait Implementations
impl Copy for BlockBuffer1024
[src]
impl Clone for BlockBuffer1024
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more