pub struct PlonkSpongeConstantsLegacy {}Trait Implementations§
Source§impl Clone for PlonkSpongeConstantsLegacy
impl Clone for PlonkSpongeConstantsLegacy
Source§fn clone(&self) -> PlonkSpongeConstantsLegacy
fn clone(&self) -> PlonkSpongeConstantsLegacy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl SpongeConstants for PlonkSpongeConstantsLegacy
impl SpongeConstants for PlonkSpongeConstantsLegacy
const SPONGE_CAPACITY: usize = 1
const SPONGE_WIDTH: usize = 3
const SPONGE_RATE: usize = 2
const PERM_ROUNDS_FULL: usize = 63
const PERM_ROUNDS_PARTIAL: usize = 0
const PERM_HALF_ROUNDS_FULL: usize = 0
const PERM_SBOX: u32 = 5
const PERM_FULL_MDS: bool = true
const PERM_INITIAL_ARK: bool = true
Auto Trait Implementations§
impl Freeze for PlonkSpongeConstantsLegacy
impl RefUnwindSafe for PlonkSpongeConstantsLegacy
impl Send for PlonkSpongeConstantsLegacy
impl Sync for PlonkSpongeConstantsLegacy
impl Unpin for PlonkSpongeConstantsLegacy
impl UnwindSafe for PlonkSpongeConstantsLegacy
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