pub struct Sha512_256;Trait Implementations§
Source§impl AlgorithmSpec for Sha512_256
impl AlgorithmSpec for Sha512_256
const ALGORITHM: Algorithm = Algorithm::SHA512_256
const BLOCK_SIZE: usize = 128
const DIGEST_WORDS: usize = 8
type BlockingBuffer = HashBuffer<{ $block + 4 }>
type AsyncBuffer = HashBuffer<{ 2 * $block }>
type KeyBuffer = HashBuffer<128>
type NonHmacCsr = [u32; 91]
type HmacCsr = [u32; 103]
Source§impl Clone for Sha512_256
impl Clone for Sha512_256
Source§fn clone(&self) -> Sha512_256
fn clone(&self) -> Sha512_256
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Sha512_256
Auto Trait Implementations§
impl Freeze for Sha512_256
impl RefUnwindSafe for Sha512_256
impl Send for Sha512_256
impl Sync for Sha512_256
impl Unpin for Sha512_256
impl UnsafeUnpin for Sha512_256
impl UnwindSafe for Sha512_256
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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