pub enum Blake2bAlgorithm {}Trait Implementations§
Source§impl HashAlgorithm for Blake2bAlgorithm
impl HashAlgorithm for Blake2bAlgorithm
Source§const OUTPUT_SIZE: usize = BLAKE2B_MAX_OUTPUT_SIZE
const OUTPUT_SIZE: usize = BLAKE2B_MAX_OUTPUT_SIZE
Output size in bytes
Source§const BLOCK_SIZE: usize = BLAKE2B_BLOCK_SIZE
const BLOCK_SIZE: usize = BLAKE2B_BLOCK_SIZE
Block size in bytes
Source§const ALGORITHM_ID: &'static str = "BLAKE2b"
const ALGORITHM_ID: &'static str = "BLAKE2b"
Static algorithm identifier for compile-time checking
Auto Trait Implementations§
impl Freeze for Blake2bAlgorithm
impl RefUnwindSafe for Blake2bAlgorithm
impl Send for Blake2bAlgorithm
impl Sync for Blake2bAlgorithm
impl Unpin for Blake2bAlgorithm
impl UnsafeUnpin for Blake2bAlgorithm
impl UnwindSafe for Blake2bAlgorithm
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