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
This ticket is an extension of ZK-Plus/ZoKrates#1.
In order to proper test the implementation of the jubjub signatures in ZoKrates, you first to generate valid signatures in the first place. Currently there no maintained libraries that support the key generation of the jubjub curve. Reason for pycrypto to support it.
Pycrypto:
Generate JubJub keys
Write tests
Modify Point and FQ interfaces to use multiple Edwards Curves
The text was updated successfully, but these errors were encountered:
@JonathanHeiss I finished this ticket last week, but I am not sure how to proceed with the review. Originally, I though to create a PR to against Zokrate's Pycrypto and have them review it. But last week we discussed, that we would like to use this features as way to position Zokrates+, so for the moment I just create the PR against our main and added you as reviewer. Let me know if I should do otherwise.
This ticket is an extension of ZK-Plus/ZoKrates#1.
In order to proper test the implementation of the jubjub signatures in ZoKrates, you first to generate valid signatures in the first place. Currently there no maintained libraries that support the key generation of the jubjub curve. Reason for pycrypto to support it.
Pycrypto:
The text was updated successfully, but these errors were encountered: