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 RSA verification #4952

Merged
merged 39 commits into from
Jun 11, 2024
Merged

Implement RSA verification #4952

merged 39 commits into from
Jun 11, 2024

Commits on Mar 12, 2024

  1. Implement RSA verification

    Amxx committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b9f144c View commit details
    Browse the repository at this point in the history
  2. up

    Amxx committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    41949e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. simplify

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0abe46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1691c View commit details
    Browse the repository at this point in the history
  3. update

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1189ae7 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d98a3f9 View commit details
    Browse the repository at this point in the history
  5. update todo

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2ef35d1 View commit details
    Browse the repository at this point in the history
  6. up

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f110d43 View commit details
    Browse the repository at this point in the history
  7. simplify parser

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6dcc26d View commit details
    Browse the repository at this point in the history
  8. add RSA to mocks/Stateless.sol

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1b2ba49 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    78301ea View commit details
    Browse the repository at this point in the history
  2. Improve documentation

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    74d667c View commit details
    Browse the repository at this point in the history
  3. Add changeset

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b6334ea View commit details
    Browse the repository at this point in the history
  4. Improve comments

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5379609 View commit details
    Browse the repository at this point in the history
  5. Fix

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    667c8b2 View commit details
    Browse the repository at this point in the history
  6. Fix test

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d3eb6a5 View commit details
    Browse the repository at this point in the history
  7. Nits

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fbd2130 View commit details
    Browse the repository at this point in the history
  8. Improve tests

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cc37629 View commit details
    Browse the repository at this point in the history
  9. Improve tests 2

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0127de3 View commit details
    Browse the repository at this point in the history
  10. Do fix tests

    ernestognw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    445d6fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52fdb34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f007a74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d07fb84 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. remove extra unsafeReadBytes

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b3e56ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7596e4d View commit details
    Browse the repository at this point in the history
  3. doc

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5ceb396 View commit details
    Browse the repository at this point in the history
  4. check s < n

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    abe598d View commit details
    Browse the repository at this point in the history
  5. fix

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    70a9dea View commit details
    Browse the repository at this point in the history
  6. refactor

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

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    413916f View commit details
    Browse the repository at this point in the history
  8. Add replayability warning

    ernestognw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    aff3b81 View commit details
    Browse the repository at this point in the history
  9. nit

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    84ae125 View commit details
    Browse the repository at this point in the history
  10. Update comment

    ernestognw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    28c8271 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    219100b View commit details
    Browse the repository at this point in the history
  12. test s >= n

    Amxx committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    95233b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. use normal modExp

    Amxx committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    56eac45 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add docs

    ernestognw committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    63969dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50d89a View commit details
    Browse the repository at this point in the history