Struct snarkvm_console_network::BHP_256
source · pub struct BHP_256 { /* private fields */ }
Expand description
The BHP hash function, which can take an input of up to 256 bits.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BHP_256
impl Send for BHP_256
impl Sync for BHP_256
impl Unpin for BHP_256
impl UnwindSafe for BHP_256
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