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

Include decoding time in benchmarks #226

Open
conradoplg opened this issue Feb 6, 2023 · 0 comments
Open

Include decoding time in benchmarks #226

conradoplg opened this issue Feb 6, 2023 · 0 comments

Comments

@conradoplg
Copy link
Contributor

Decoding points can take a significant amount of time for cofactored curves (Ed25519/Ed448). We should include encoding/decoding time in the benchmarks so that it reflects real world usage.

This can be done by simply encoding values at the end of steps and then decoding values in the beginning of steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Product Backlog
Development

No branches or pull requests

1 participant