We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Angelo DeCaro writes:
it will be very useful to have a way to store the data computed for the preprocessing (for both the exponentiation and the pairing).
Something like
void element_pp_to_bytes(unsigned char *data, element_pp_t p); void element_pp_from_bytes(element_pp_t p, unsigned char *data)
The same for the pairing.
This is to avoid to recompute every time these information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Angelo DeCaro writes:
it will be very useful to have a way to
store the data computed for the preprocessing
(for both the exponentiation and the pairing).
Something like
void element_pp_to_bytes(unsigned char *data, element_pp_t p);
void element_pp_from_bytes(element_pp_t p, unsigned char *data)
The same for the pairing.
This is to avoid to recompute every time these information.
The text was updated successfully, but these errors were encountered: