Struct snarkvm_synthesizer_snark::Proof
source · pub struct Proof<N: Network> { /* private fields */ }
Implementations§
Methods from Deref<Target = Proof<N::PairingCurve>>§
pub fn batch_sizes(&self) -> &[usize]
sourcepub fn check_batch_sizes(&self) -> Result<(), SNARKError>
pub fn check_batch_sizes(&self) -> Result<(), SNARKError>
Check that the number of messages is consistent with our batch size
Trait Implementations§
source§impl<'de, N: Network> Deserialize<'de> for Proof<N>
impl<'de, N: Network> Deserialize<'de> for Proof<N>
source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserializes the proof from a string or bytes.
source§impl<N: PartialEq + Network> PartialEq for Proof<N>where
N::PairingCurve: PartialEq,
impl<N: PartialEq + Network> PartialEq for Proof<N>where
N::PairingCurve: PartialEq,
impl<N: Eq + Network> Eq for Proof<N>where
N::PairingCurve: Eq,
impl<N: Network> StructuralPartialEq for Proof<N>
Auto Trait Implementations§
impl<N> RefUnwindSafe for Proof<N>where
<N as Environment>::Field: RefUnwindSafe,
<<N as Environment>::PairingCurve as PairingEngine>::G1Affine: RefUnwindSafe,
impl<N> Send for Proof<N>
impl<N> Sync for Proof<N>
impl<N> Unpin for Proof<N>
impl<N> UnwindSafe for Proof<N>where
<N as Environment>::Field: UnwindSafe,
<<N as Environment>::PairingCurve as PairingEngine>::G1Affine: 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
§impl<'de, T> DeserializeExt<'de> for Twhere
T: DeserializeOwned,
impl<'de, T> DeserializeExt<'de> for Twhere
T: DeserializeOwned,
fn take_from_value<D>(
value: &mut Value,
field: &str
) -> Result<T, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.