ZK-Plus / ZnaKes

Crypto application code for the zkSNARKs toolbox ZoKrates
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Add jubjub keys #3

Closed alv-around closed 11 months ago

alv-around commented 1 year ago

This ticket is an extension of https://github.com/ZoKratesPlus/ZoKrates/issues/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:

alv-around commented 1 year ago

@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.

alv-around commented 1 year ago

@nikiblume can you take over the review of this ticket?

nikiblume commented 1 year ago

@alvaro-alonso yes