[−][src]Struct block_buffer::BlockBuffer128
Methods
impl BlockBuffer128[src]
impl BlockBuffer128pub fn input<F: FnMut(&[u8; 16])>(&mut self, input: &[u8], func: F)[src]
pub fn input<F: FnMut(&[u8; 16])>(&mut self, input: &[u8], func: F)pub fn len_padding<F>(&mut self, data_len: u64, func: F) where
F: FnMut(&[u8; 16]), [src]
pub fn len_padding<F>(&mut self, data_len: u64, func: F) where
F: FnMut(&[u8; 16]), Will pad message with message length in big-endian format
pub fn len_padding_u128<F>(&mut self, hi: u64, lo: u64, func: F) where
F: FnMut(&[u8; 16]), [src]
pub fn len_padding_u128<F>(&mut self, hi: u64, lo: u64, func: F) where
F: FnMut(&[u8; 16]), pub fn pad_with<P: Padding>(&mut self) -> &mut [u8; 16][src]
pub fn pad_with<P: Padding>(&mut self) -> &mut [u8; 16]pub fn size(&self) -> usize[src]
pub fn size(&self) -> usizepub fn position(&self) -> usize[src]
pub fn position(&self) -> usizepub fn remaining(&self) -> usize[src]
pub fn remaining(&self) -> usizeTrait Implementations
impl Copy for BlockBuffer128[src]
impl Copy for BlockBuffer128impl Clone for BlockBuffer128[src]
impl Clone for BlockBuffer128fn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for BlockBuffer128[src]
impl Default for BlockBuffer128Auto Trait Implementations
impl Send for BlockBuffer128
impl Send for BlockBuffer128impl Sync for BlockBuffer128
impl Sync for BlockBuffer128Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>🔬 This is a nightly-only experimental API. (
try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>🔬 This is a nightly-only experimental API. (
try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more