-
Notifications
You must be signed in to change notification settings - Fork 21
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
Improve G2 deserialization performance in arkworks #58
Comments
The deserialization in arkworks is currently very slow because of the subgroup check:
Using the technique of eprint 2019/814 would lead to a more efficient subgroup check and hence a more efficient deserialization. |
I implemented the fast subgroup for both G1 and G2, and here are the results:
|
Benchmarks can be reproducible in the
Next step is to benchmark the functions of Ferveo. It will be done in the branch |
The subgroup check has been added to |
No description provided.
The text was updated successfully, but these errors were encountered: