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 Pow for BigUint and BigInt #54

Merged
merged 9 commits into from
Aug 4, 2018
Merged

Implement Pow for BigUint and BigInt #54

merged 9 commits into from
Aug 4, 2018

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    cfe8ffb View commit details
    Browse the repository at this point in the history
  2. Implement pow for BigInt

    thomwiggers committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    136d7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f79349 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    thomwiggers committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    9009cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab3594f View commit details
    Browse the repository at this point in the history
  6. also use BigInt::from

    thomwiggers committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d3ef151 View commit details
    Browse the repository at this point in the history
  7. Get rid of num_traits::pow usage

    See also #56
    thomwiggers committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    5fe8a5f View commit details
    Browse the repository at this point in the history
  8. Avoid 'unsigned' and 'type' as macro variable

    It seems to break R1.15
    thomwiggers committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    de5b78c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Fix benchmark

    thomwiggers committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    03e01cb View commit details
    Browse the repository at this point in the history