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 support of arbitrary multiprecision backend #57

Open
nkaskov opened this issue Aug 2, 2021 · 0 comments
Open

Add support of arbitrary multiprecision backend #57

nkaskov opened this issue Aug 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nkaskov
Copy link
Contributor

nkaskov commented Aug 2, 2021

Our current implementation is hardly bound to multiprecision cpp_int modular_adaptor backend.
The problem partially is that we have a lot of constexpr defined things, which are not supported by gmp and tommath backends. Probably we need to add some conversions between backends in the multiprecision.

@nkaskov nkaskov added the enhancement New feature or request label Aug 2, 2021
@nkaskov nkaskov changed the title Add support of other multiprecision backends Add support of arbitrary multiprecision backends Aug 2, 2021
@nkaskov nkaskov changed the title Add support of arbitrary multiprecision backends Add support of arbitrary multiprecision backend Aug 2, 2021
@nkaskov nkaskov added this to To do in =nil; Crypto3 Filecoin C++ Prover via automation Aug 2, 2021
@nkaskov nkaskov pinned this issue Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant