pub struct DATA_W<'a> { /* private fields */ }Expand description
Field DATA writer - Write next word in little-endian form. The hash requires big endian word data, but this block swaps the bytes automatically. That is, SHA assumes the data coming in is treated as bytes (e.g. “abcd”) and since the ARM core will treat “abcd” as a word as 0x64636261, the block will swap the word to restore into big endian.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DATA_W<'a>
impl<'a> RefUnwindSafe for DATA_W<'a>
impl<'a> Send for DATA_W<'a>
impl<'a> Sync for DATA_W<'a>
impl<'a> Unpin for DATA_W<'a>
impl<'a> !UnwindSafe for DATA_W<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more