Electron-Labs / ed25519-circom

ED25519 implementation in Circom

Home Page:https://docs.electronlabs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running tests as per the docs

jonas089 opened this issue · comments

I get this error in the circom-tester:

  1. ED25519 verifcation test
    When testing against the RFC test vector
    should verify correctly:
    LinkError: WebAssembly.instantiate(): Import #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?

Found the solution: Use the latest version of circom_tester