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

Speed up that one RSA test #1239

Merged
merged 4 commits into from Jan 6, 2023
Merged

Speed up that one RSA test #1239

merged 4 commits into from Jan 6, 2023

Conversation

exarkun
Copy link
Member

@exarkun exarkun commented Dec 14, 2022

See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3914

CI job timings pre-cryptography 39:

CI job timings with cryptography 39:

If the key is the wrong number of bits then we don't care about any other
validation results because we're just going to reject it.  So, check that
before applying other validation, if possible.

This is untested since the version of python-cryptography that supports it is
not released yet and I don't feel like setting up a Rust build tool chain at
the moment.
@coveralls
Copy link
Collaborator

coveralls commented Dec 14, 2022

Coverage Status

Coverage: 94.681%. Remained the same when pulling 3f8bec0 on 3914.faster-rsa-tests into 1c643eb on master.

@exarkun exarkun marked this pull request as ready for review January 2, 2023 17:04
@exarkun exarkun merged commit 3c3697d into master Jan 6, 2023
@exarkun exarkun deleted the 3914.faster-rsa-tests branch January 6, 2023 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants