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

Further coverage of UintLike #37

Closed
wants to merge 39 commits into from

Commits on Dec 13, 2023

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

    fjarri authored and xuganyu96 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e5ee6be View commit details
    Browse the repository at this point in the history
  3. Convert miller_rabin

    fjarri authored and xuganyu96 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d5fff44 View commit details
    Browse the repository at this point in the history
  4. Convert presets

    fjarri authored and xuganyu96 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0632514 View commit details
    Browse the repository at this point in the history
  5. Convert traits

    fjarri authored and xuganyu96 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8041216 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf44bb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d5e81a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1609d00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efeab19 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    7c95144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1598586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a3686a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d90cb3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd676ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e62362c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cabe201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fa0582 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba9d3c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6985061 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5471920 View commit details
    Browse the repository at this point in the history
  12. All tests pass now

    xuganyu96 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2449f8f View commit details
    Browse the repository at this point in the history
  13. Typo

    xuganyu96 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6b73400 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72c4eee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcfedd1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2ea4c1 View commit details
    Browse the repository at this point in the history
  17. Attempted to implement UintLike for BoxedUint; identified missing imp…

    …lementation in crypto-bigint
    xuganyu96 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a958b30 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    fa86383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edacf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c800d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d34e7 View commit details
    Browse the repository at this point in the history
  5. Widen after calling from

    xuganyu96 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    acc1f46 View commit details
    Browse the repository at this point in the history
  6. Refresh seems to address the problem with BoxedResidue::square; now g…

    …enerate_prime and generate_safe_prime works with BoxedUint
    xuganyu96 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    df0ec9b View commit details
    Browse the repository at this point in the history
  7. Removed unnecessary dbg!

    xuganyu96 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    49d3487 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24e9dde View commit details
    Browse the repository at this point in the history
  9. Better clarity

    xuganyu96 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bf76fe5 View commit details
    Browse the repository at this point in the history
  10. BoxedUint test for lucas

    xuganyu96 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    459089d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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