pub struct MARLIN_FS_PARAMETERS { /* private fields */ }
Expand description
The Marlin sponge parameters.
Trait Implementations§
source§impl Deref for MARLIN_FS_PARAMETERS
impl Deref for MARLIN_FS_PARAMETERS
§type Target = <PoseidonSponge<<<Testnet3 as Environment>::PairingCurve as PairingEngine>::Fq, 2, 1> as AlgebraicSponge<<<Testnet3 as Environment>::PairingCurve as PairingEngine>::Fq, 2>>::Parameters
type Target = <PoseidonSponge<<<Testnet3 as Environment>::PairingCurve as PairingEngine>::Fq, 2, 1> as AlgebraicSponge<<<Testnet3 as Environment>::PairingCurve as PairingEngine>::Fq, 2>>::Parameters
The resulting type after dereferencing.
source§fn deref(&self) -> &FiatShamirParameters<Testnet3>
fn deref(&self) -> &FiatShamirParameters<Testnet3>
Dereferences the value.
impl LazyStatic for MARLIN_FS_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for MARLIN_FS_PARAMETERS
impl Send for MARLIN_FS_PARAMETERS
impl Sync for MARLIN_FS_PARAMETERS
impl Unpin for MARLIN_FS_PARAMETERS
impl UnwindSafe for MARLIN_FS_PARAMETERS
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