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

Add iter_u32_digits , iter_u64_digits, to_u64_digits to both BigInt and BigUint #158

Closed
wants to merge 14 commits into from
Closed

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    f7a37d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec5795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0985fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e6341 View commit details
    Browse the repository at this point in the history
  5. fix 32bits build

    Speedy37 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a72ef43 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. More idiomatic lifetime declaration & fix comments

    Co-authored-by: Josh Stone <cuviper@gmail.com>
    Vincent Rouillé and cuviper committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ccfbf80 View commit details
    Browse the repository at this point in the history
  2. use iterator .cloned instead of map in IterU32Digits

    Co-authored-by: Josh Stone <cuviper@gmail.com>
    Vincent Rouillé and cuviper committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    709ba54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe0938 View commit details
    Browse the repository at this point in the history
  4. fix iter_ux_digits comment

    Speedy37 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0309ce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    ec58561 View commit details
    Browse the repository at this point in the history
  2. fix iter_u32_digits comment

    Speedy37 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2aa4f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    487520c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf3d70 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

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