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