pub enum Shake256Algorithm {}Expand description
Marker type for SHAKE256 algorithm
Trait Implementations§
Source§impl HashAlgorithm for Shake256Algorithm
impl HashAlgorithm for Shake256Algorithm
Source§const OUTPUT_SIZE: usize = SHAKE256_OUTPUT_SIZE
const OUTPUT_SIZE: usize = SHAKE256_OUTPUT_SIZE
Output size in bytes
Source§const BLOCK_SIZE: usize = SHAKE256_RATE
const BLOCK_SIZE: usize = SHAKE256_RATE
Block size in bytes
Source§const ALGORITHM_ID: &'static str = "SHAKE-256"
const ALGORITHM_ID: &'static str = "SHAKE-256"
Static algorithm identifier for compile-time checking
Auto Trait Implementations§
impl Freeze for Shake256Algorithm
impl RefUnwindSafe for Shake256Algorithm
impl Send for Shake256Algorithm
impl Sync for Shake256Algorithm
impl Unpin for Shake256Algorithm
impl UnsafeUnpin for Shake256Algorithm
impl UnwindSafe for Shake256Algorithm
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