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

p256: use a 4-bit window for scalar multiplication #563

Merged
merged 3 commits into from
May 25, 2022
Merged

p256: use a 4-bit window for scalar multiplication #563

merged 3 commits into from
May 25, 2022

Commits on May 25, 2022

  1. p256: use a 4-bit window for scalar multiplication

    Immediately improves performance even on a variable base:
    
    - 35% faster on x86_64
    - 37% faster on M1
    - 37% faster on WebAssembly (Wasmtime)
    - 39% faster on WebAssembly (Wasmedge)
    jedisct1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    16bf4dc View commit details
    Browse the repository at this point in the history
  2. clippify

    jedisct1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7042ae8 View commit details
    Browse the repository at this point in the history
  3. Update p256/src/arithmetic/projective.rs

    Co-authored-by: Tony Arcieri <bascule@gmail.com>
    jedisct1 and tarcieri committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5a5e6a4 View commit details
    Browse the repository at this point in the history