mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-23 13:44:07 -04:00
fix issue
This commit is contained in:
parent
a84bf5be55
commit
d1bbf64fdf
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ async function snarkVerify(proof) {
|
||||||
return groth.isValid(verification_key, proof, proof.publicSignals);
|
return groth.isValid(verification_key, proof, proof.publicSignals);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {rbigint, pedersenHash, snarkProof, snarkVerify};
|
module.exports = {rbigint, pedersenHash, snarkVerify};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue