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