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
ED25519 verifcation test
When testing against the RFC test vector
should verify correctly:
LinkError: WebAssembly.instantiate(): Import Refactor project structure #1 module="runtime" function="printErrorMessage" error: function import requires a callable
at builder (node_modules/circom_tester/wasm/witness_calculator.js:19:40)
at async wasm_tester (node_modules/circom_tester/wasm/tester.js:60:16)
at async Context. (test/ed25519verfication.test.js:11:19)
is this known / is there a fix?
The text was updated successfully, but these errors were encountered:
I get this error in the circom-tester:
When testing against the RFC test vector
should verify correctly:
LinkError: WebAssembly.instantiate(): Import Refactor project structure #1 module="runtime" function="printErrorMessage" error: function import requires a callable
at builder (node_modules/circom_tester/wasm/witness_calculator.js:19:40)
at async wasm_tester (node_modules/circom_tester/wasm/tester.js:60:16)
at async Context. (test/ed25519verfication.test.js:11:19)
is this known / is there a fix?
The text was updated successfully, but these errors were encountered: