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

Make comparing single runs of speed.py meaningful #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomato42
Copy link
Member

@tomato42 tomato42 commented Sep 8, 2021

As the code isn't using constant-time algorithms, to make comparisons between different scalar multiplication algorithms meaningful, we need to benchmark the exact same operations (same private keys, same messages, and same nonces) over and over.

Use 100 deterministically random keys to even out key-to-key
or sig-to-sig (for verification) differences

To make comparisons between different algorithms meaningful, we need
to benchmark the exact same operations over and over.

Use 100 deterministically random keys to even out key-to-key
or sig-to-sig (for verification) differences
@tomato42 tomato42 added the feature functionality to be implemented label Sep 8, 2021
@tomato42 tomato42 self-assigned this Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature functionality to be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant