Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FullProofWithHintsBN254

Fully qualified path: garaga::utils::calldata::FullProofWithHintsBN254

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

Members

groth16_proof

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

pub groth16_proof: Groth16Proof

mpcheck_hint

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

pub mpcheck_hint: MPCheckHintBN254

msm_hint

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

pub msm_hint: Span<felt252>