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

support building with libgmp as well as num-bigint #152

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Nov 12, 2021

the mpz_import and mpz_export functions are quite a bit slower than the num-bigint counterparts, so this slows down the benchmarks somewhat.

The rationale for this is:

  1. use more main-stream code, with lower security risks
  2. (possibly) use the same instance of libgmp as we already use in chiavdf and bls-signatures

@arvidn

This comment has been minimized.

@arvidn arvidn changed the title use libgmp for bignum instead of num-bigint support building with libgmp as well as num-bigint Jan 13, 2022
@github-actions
Copy link

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant