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

Support Secp256r1 curve (NIST P-256) #81

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Support Secp256r1 curve (NIST P-256) #81

wants to merge 14 commits into from

Commits on Feb 20, 2020

  1. secp256_r1

    Oded Leiba committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8f3778d View commit details
    Browse the repository at this point in the history
  2. remove prints

    Oded Leiba committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6dc5c41 View commit details
    Browse the repository at this point in the history
  3. remove prints

    Oded Leiba committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    03188f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. limit pk_to_key_slice to 65 bytes (uncompressed)

    Oded Leiba committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    59caca1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. remove warnings

    Oded Leiba committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    945e940 View commit details
    Browse the repository at this point in the history
  2. secure base_point2

    Oded Leiba committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1de8591 View commit details
    Browse the repository at this point in the history
  3. add check that base_point2 is on curve

    Oded Leiba committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    eb3a45c View commit details
    Browse the repository at this point in the history
  4. remove warnings

    Oded Leiba committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    35dec94 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. use NIST test vectors

    Oded Leiba committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5dcd4b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. add ec_secp256r1 to Travis

    Oded Leiba committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c7d9b19 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/p256

    Oded Leiba committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f0c8a0c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/p256

    Oded Leiba committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d49f47f View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    Oded Leiba committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7c27863 View commit details
    Browse the repository at this point in the history
  5. remove unused constants

    Oded Leiba committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    64ec1e7 View commit details
    Browse the repository at this point in the history