Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBadi committed Jan 29, 2024
1 parent 64e4f4b commit 5873298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/ak-381/groth16.ak
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ pub fn pairing(alfa: G1, beta: G2) -> Bool {
todo
}

pub fn groth_verify(vk: VerificationKey, proof: Proof) -> Bool {
pub fn groth_verify(
vk: VerificationKey,
proof: Proof,
public: List<Int>,
) -> Bool {
todo
}

0 comments on commit 5873298

Please sign in to comment.