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

Implement Secp256r1 / P256 verification in solidity #4881

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5e82076 View commit details
    Browse the repository at this point in the history
  2. enable optimizations by default

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    da0f27e View commit details
    Browse the repository at this point in the history
  3. test recovering address

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aa59c67 View commit details
    Browse the repository at this point in the history
  4. improved testing

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9512947 View commit details
    Browse the repository at this point in the history
  5. spelling

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a60bf48 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9185026 View commit details
    Browse the repository at this point in the history
  7. expose imports tick

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    025e360 View commit details
    Browse the repository at this point in the history
  8. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    803e735 View commit details
    Browse the repository at this point in the history
  9. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    57fcecd View commit details
    Browse the repository at this point in the history
  10. add changeset

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4dae298 View commit details
    Browse the repository at this point in the history
  11. improve doc

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6cf039d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c094fa1 View commit details
    Browse the repository at this point in the history
  13. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    20a03df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15f1a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    e2040e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. reduce diff

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    695b732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41aaf71 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update contracts/utils/cryptography/P256.sol

    Co-authored-by: Ernesto García <ernestognw@gmail.com>
    Amxx and ernestognw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3bf4557 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    3cbf426 View commit details
    Browse the repository at this point in the history
  2. update pseudocode reference

    Amxx committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bba7fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2812ed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. refactor neutral element in jAdd

    Amxx committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e0ef63b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add EIP-7212 support

    Amxx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    61a244d View commit details
    Browse the repository at this point in the history