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

Remove the dependency on GMP #1

Closed
BerryYoghurt opened this issue May 24, 2022 · 1 comment
Closed

Remove the dependency on GMP #1

BerryYoghurt opened this issue May 24, 2022 · 1 comment

Comments

@BerryYoghurt
Copy link

I am currently in the process of transpiling this library to C [see here], but we believe that having GMP as a dependency might cause some complications. Until now, there hasn't been much difficulty; but because GMP is itself C ported to Rust, it might get more complicated later on to compile C which has been transpiled from Rust which itself uses C.

So could you please replace rug with some pure Rust big integer library? Thanks!

@elichai
Copy link
Owner

elichai commented Jun 8, 2022

Done

@elichai elichai closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants