Expand description
SPEC §6.6 — Groth16 proof verification.
Functions§
- verify_
if_ present - If
cryptographic_proof.proofis non-null, deserialize the arkworks proof bytes, deserialize the vk pinned bypublic_inputs.vk_hash, reconstruct the Fr public inputs per SPEC §6.7, and runGroth16::verify.