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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
The
EdDSA.sol
file doesn't have any tests for it, it also seems to be incompatible for the following reasons:JubJub.Generator()
is different compared to the one injubjub.py
SHA256
is used, but none of the implementatitons (Python, C++) use SHA256 for EdDSAThe following code should produce valid signatures for the scheme in
EdDSA.sol
, but whenever I try testing in Remix it hangs the browser.The text was updated successfully, but these errors were encountered: