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 copy 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 = 1usize
const SPONGE_WIDTH: usize = 3usize
const SPONGE_RATE: usize = 2usize
const PERM_ROUNDS_FULL: usize = 63usize
const PERM_ROUNDS_PARTIAL: usize = 0usize
const PERM_HALF_ROUNDS_FULL: usize = 0usize
const PERM_SBOX: u32 = 5u32
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