pub struct Blake2s { /* private fields */ }Expand description
BLAKE2s hasher (RFC 7693). Default: 32-byte output, 64-byte blocks.
32-bit oriented sibling of BLAKE2b. Faster on embedded (ARM Cortex-M) and 32-bit RISC-V targets. Used in WireGuard, Zcash (Equihash), and various file-integrity tools.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blake2s
impl RefUnwindSafe for Blake2s
impl Send for Blake2s
impl Sync for Blake2s
impl Unpin for Blake2s
impl UnsafeUnpin for Blake2s
impl UnwindSafe for Blake2s
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