Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Ec-Key Gen Tool to use pairings-signatures-library #15199

Closed
Tracked by #15216
mxtartaglia-sl opened this issue Aug 28, 2024 · 0 comments
Closed
Tracked by #15216

Refactor Ec-Key Gen Tool to use pairings-signatures-library #15199

mxtartaglia-sl opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
Platform Tickets pertaining to the platform

Comments

@mxtartaglia-sl
Copy link
Contributor

mxtartaglia-sl commented Aug 28, 2024

The ec-key-gen tool (compiled in java) currently invokes arkworks without the pairings-api. The tool must be updated to use the pairings-signatures-library instead of arkworks through jni.

The tool should then remain simple and create a file based on the base64 translation of the bytes returned by the signature library.

Any upgrade in the interface is welcomed as no users are still affected by this change.
The tool added three padding bytes, which should be discarded as they are no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
Development

No branches or pull requests

2 participants