pub struct ReadProof {
pub query_comm: Curve,
pub answer_comm: Curve,
pub quotient_comm: Curve,
pub data_eval: ScalarField,
pub query_eval: ScalarField,
pub answer_eval: ScalarField,
pub opening_proof: OpeningProof<Curve>,
}
Fields§
§query_comm: Curve
§answer_comm: Curve
§quotient_comm: Curve
§data_eval: ScalarField
§query_eval: ScalarField
§answer_eval: ScalarField
§opening_proof: OpeningProof<Curve>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadProof
impl RefUnwindSafe for ReadProof
impl Send for ReadProof
impl Sync for ReadProof
impl Unpin for ReadProof
impl UnwindSafe for ReadProof
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