Fix require in fmt
Signed-off-by: T-Hax <>
This commit is contained in:
parent
6006120e60
commit
2f28a7e627
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
const { mimcsponge } = require('circomlib')
|
||||
const { mimcsponge } = require('@tornado/circomlib')
|
||||
const { bigInt } = require('@tornado/snarkjs')
|
||||
module.exports = (left, right) => mimcsponge.multiHash([bigInt(left), bigInt(right)]).toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue