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 a new mp_todec_fast... #330

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Sep 7, 2019

  1. Replace the mp_to_decimal macro with a function...

    that chooses a new internal function that uses Barrett reduction to
    speed up stringifying large integers to base 10 if it's available and
    the number is above a cutoff size, otherwise it just falls back to
    mp_to_radix.
    MasterDuke17 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    3ee4c5e View commit details
    Browse the repository at this point in the history
  2. Address comments

    MasterDuke17 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    3c0162d View commit details
    Browse the repository at this point in the history
  3. Turn while into a for

    MasterDuke17 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    91543f4 View commit details
    Browse the repository at this point in the history
  4. Fix undef in test.c

    MasterDuke17 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8d03878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f8a58b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

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

Commits on Sep 11, 2019

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