pub struct EaglesongBlake2bPowEngine;
Expand description
PoW verifier using Eaglesong hash, but with Blake2b as the final hash function
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EaglesongBlake2bPowEngine
impl RefUnwindSafe for EaglesongBlake2bPowEngine
impl Send for EaglesongBlake2bPowEngine
impl Sync for EaglesongBlake2bPowEngine
impl Unpin for EaglesongBlake2bPowEngine
impl UnwindSafe for EaglesongBlake2bPowEngine
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