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

[WIP]: switch to crypto-bigint for decryption #394

Draft
wants to merge 54 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    fcc3577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc92994 View commit details
    Browse the repository at this point in the history
  3. store residue_params

    dignifiedquire committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    21b7c81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98a86a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4131c5 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    2dafa35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb7d486 View commit details
    Browse the repository at this point in the history
  8. cleanup rsa algorithm

    dignifiedquire committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fd19c88 View commit details
    Browse the repository at this point in the history
  9. docs and debugging

    dignifiedquire committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    813fe77 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

    dignifiedquire committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9fde5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f1751e View commit details
    Browse the repository at this point in the history
  4. cache p and q params

    dignifiedquire committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b795c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6481533 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    97f8fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3f03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02fbe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5fc616 View commit details
    Browse the repository at this point in the history
  5. cleanup rsapublickey

    dignifiedquire committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7211bfa View commit details
    Browse the repository at this point in the history
  6. store exponent as u64

    dignifiedquire committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c071ba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. fix: handle large m2

    dignifiedquire committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a811be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102953d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57d6f95 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. update crypto-bigint

    dignifiedquire committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f7fa669 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. use branch

    dignifiedquire committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    851cbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37558f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    56f6f27 View commit details
    Browse the repository at this point in the history
  2. cleanup

    dignifiedquire committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fab7852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a3506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98f3faa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    0db6317 View commit details
    Browse the repository at this point in the history
  2. handle encoding sizes

    dignifiedquire committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b2bb016 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    c52a90a View commit details
    Browse the repository at this point in the history
  2. small fixes

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    040f8b0 View commit details
    Browse the repository at this point in the history
  3. update deps

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7b2aa3d View commit details
    Browse the repository at this point in the history
  4. widen and shorten

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a2d4998 View commit details
    Browse the repository at this point in the history
  5. some encoding fixes

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cf3548b View commit details
    Browse the repository at this point in the history
  6. fix serde tests

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3ef5f3f View commit details
    Browse the repository at this point in the history
  7. fix pkcs test parsing

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bd308a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b070ca View commit details
    Browse the repository at this point in the history
  9. add doc comments

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2badede View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee6b31a View commit details
    Browse the repository at this point in the history
  11. drop nightly feature

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    64386b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53781fb View commit details
    Browse the repository at this point in the history
  13. happy clippy

    dignifiedquire committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9c15ea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. pad pass keys

    dignifiedquire committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    926e947 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fix recovery

    dignifiedquire committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f747778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfba03a View commit details
    Browse the repository at this point in the history
  3. fix most pss tests

    dignifiedquire committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7da4ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63c14a3 View commit details
    Browse the repository at this point in the history
  5. fix proptest

    dignifiedquire committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f61ed75 View commit details
    Browse the repository at this point in the history
  6. fixup

    dignifiedquire committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    74d3197 View commit details
    Browse the repository at this point in the history