Skip to content

Commit 6a30f96

Browse files
nkaskovilyar
authored andcommitted
VERGRTH16 usage updated according to updated marshalling
1 parent 1518554 commit 6a30f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub(super) fn execute_vergrth16(engine: &mut Engine) -> Failure {
9494
let cell_proof_data = cell_proof.data();
9595
if cell_proof_data_length % 8 == 0 {
9696

97-
let result = verify_groth16_proof_from_byteblob(cell_proof_data);
97+
let result = verify_groth16_proof_from_byteblob::<Bls12>(&cell_proof_data[..]).unwrap();
9898

9999
ctx.engine.cc.stack.push(boolean!(result));
100100
Ok(ctx)

0 commit comments

Comments
 (0)