You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I change bigInt to BigInt, it would run error below:
/Users/howard/Desktop/circom-playground/node_modules/circomlib/src/eddsa.js:207
let Pright = babyJub.mulPointEscalar(A, hm.times(BigInt("8")));
^
TypeError: hm.times is not a function
at Object.verifyMiMCSponge (/Users/howard/Desktop/circom-playground/node_modules/circomlib/src/eddsa.js:207:48)
at Object.<anonymous> (/Users/howard/Desktop/circom-playground/eddsa/js/index.js:28:19)
sorry, I can't really understand how these cryptography works under the hood.
The text was updated successfully, but these errors were encountered:
johnson86tw
changed the title
Error in ./src/eddsa.js
Error: eddsa.verifyMiMCSponge
Jun 18, 2021
When I run this script:
First problem would happen in 'bigInt' with 'ReferenceError: bigInt is not defined'
code:
After I change bigInt to BigInt, it would run error below:
sorry, I can't really understand how these cryptography works under the hood.
The text was updated successfully, but these errors were encountered: