mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 17:50:19 +01:00
fix issue
This commit is contained in:
parent
a84bf5be55
commit
d1bbf64fdf
@ -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…
Reference in New Issue
Block a user