Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

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 pinned this issue Aug 2, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant