Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FullProofWithHintsBLS12_381

Fully qualified path: garaga::utils::calldata::FullProofWithHintsBLS12_381

#[derive(Drop, Debug)]
pub struct FullProofWithHintsBLS12_381 {
    pub groth16_proof: Groth16Proof,
    pub mpcheck_hint: MPCheckHintBLS12_381,
    pub msm_hint: Span<felt252>,
}

Members

groth16_proof

Fully qualified path: garaga::utils::calldata::FullProofWithHintsBLS12_381::groth16_proof

pub groth16_proof: Groth16Proof

mpcheck_hint

Fully qualified path: garaga::utils::calldata::FullProofWithHintsBLS12_381::mpcheck_hint

pub mpcheck_hint: MPCheckHintBLS12_381

msm_hint

Fully qualified path: garaga::utils::calldata::FullProofWithHintsBLS12_381::msm_hint

pub msm_hint: Span<felt252>