Struct ark_poly_commit::multilinear_pc::data_structures::Proof [−][src]
pub struct Proof<E: PairingEngine> { pub proofs: Vec<E::G2Affine>, }
Expand description
proof of opening
Fields
proofs: Vec<E::G2Affine>Evaluation of quotients
Trait Implementations
Reads Self from reader.
Reads Self from reader without compression.
Reads self from reader without compression, and without performing
validity checks. Should be used only when the input is trusted. Read more
Serializes self into writer.
It is left up to a particular type for how it strikes the
serialization efficiency vs compression tradeoff.
For standard types (e.g. bool, lengths, etc.) typically an uncompressed
form is used, whereas for algebraic types compressed forms are used. Read more
Serializes self into writer without compression.
Serializes self into writer without compression, and without
performing validity checks. Should be used only when there is no
danger of adversarial manipulation of the output. Read more
Auto Trait Implementations
impl<E> RefUnwindSafe for Proof<E> where
<E as PairingEngine>::G2Affine: RefUnwindSafe, impl<E> Unpin for Proof<E> where
<E as PairingEngine>::G2Affine: Unpin, impl<E> UnwindSafe for Proof<E> where
<E as PairingEngine>::G2Affine: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
fn hash_uncompressed<H>(&self) -> GenericArray<u8, <H as Digest>::OutputSize> where
H: Digest, [src]type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V