pub struct Constants<F: Field> {
pub poseidon: ArithmeticSpongeParams<F>,
pub endo: F,
pub base: (F, F),
}
Fields§
§poseidon: ArithmeticSpongeParams<F>
§endo: F
§base: (F, F)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for Constants<F>where F: RefUnwindSafe,
impl<F> Send for Constants<F>
impl<F> Sync for Constants<F>
impl<F> Unpin for Constants<F>where F: Unpin,
impl<F> UnwindSafe for Constants<F>where F: UnwindSafe,
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