ed25519-circom
ed25519-circom copied to clipboard
ED25519 implementation in Circom
How do I have to format the input Values for circom to accept them from the input.json file for the verify circuit? I'm asking for msg, A, S, R8, PointA...
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...
License?
Will this code be licensed in such a way that other teams will be able to also use this library? Circuits for ed25519 may be interesting for applications which use...
I analyzed the number of constraints each component presented. One that stuck out was `ScalarMul`. Is it always going to be heavy operation? or are there optimizations to make it...
Thanks for the repo, and it is very cool! I wanted to try out batch verify but the tests failed. Does it work? Do you have benchmarks of the batch...