Struct snarkvm_console_network::POSEIDON_4
source · pub struct POSEIDON_4 { /* private fields */ }
Expand description
The Poseidon hash function, using a rate of 4.
Trait Implementations§
source§impl Deref for POSEIDON_4
impl Deref for POSEIDON_4
impl LazyStatic for POSEIDON_4
Auto Trait Implementations§
impl RefUnwindSafe for POSEIDON_4
impl Send for POSEIDON_4
impl Sync for POSEIDON_4
impl Unpin for POSEIDON_4
impl UnwindSafe for POSEIDON_4
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