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
See: rust-bitcoin/rust-secp256k1#213
Obviously all the functions in https://github.com/LLFourn/secp256kfun/blob/master/secp256kfun/src/backend/parity/constant_time.rs should be constant time and we should be able to empirically verify they are and do the tests in CI. There are several obvious violations here but as we fix them they should be tested.
Thanks to @thomaseizinger for putting me onto this.
The text was updated successfully, but these errors were encountered:
Fix badges #4
782337d
No branches or pull requests
See: rust-bitcoin/rust-secp256k1#213
Obviously all the functions in https://github.com/LLFourn/secp256kfun/blob/master/secp256kfun/src/backend/parity/constant_time.rs should be constant time and we should be able to empirically verify they are and do the tests in CI. There are several obvious violations here but as we fix them they should be tested.
Thanks to @thomaseizinger for putting me onto this.
The text was updated successfully, but these errors were encountered: