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
I found some issues with the circuit code for EdDSA signature verification in the gnark official documentation. Additionally, there are no EdDSA signature verification examples in the gnark source code. I wrote one myself, and it is in the GitHub repository below. I hope it can be merged into the official codebase.
Would it be possible to create a PR implementing the example? For documentation purposes, it would be best to add a full-file example as described in https://pkg.go.dev/testing#hdr-Examples:
The entire test file is presented as the example when it contains a single example function, at least one other function, type, variable, or constant declaration, and no test or benchmark functions.
I found some issues with the circuit code for EdDSA signature verification in the gnark official documentation. Additionally, there are no EdDSA signature verification examples in the gnark source code. I wrote one myself, and it is in the GitHub repository below. I hope it can be merged into the official codebase.
https://github.com/hellojackhelloma/gnark-EdDSA-Verify
The text was updated successfully, but these errors were encountered: