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

Apply nonce bit-length mitigation to stop timing leakage. #125

Merged
merged 2 commits into from
Oct 10, 2019

Commits on Oct 10, 2019

  1. remove circular dependency on bit_length and orderlen

    since bit_length and orderlen are utility methods, they should not
    be defined in main modules (curves) or in modules for specific features
    (rfc6979)
    
    move them to the util module, keep them importable from old places though
    tomato42 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    0cad9fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b516f06 View commit details
    Browse the repository at this point in the history