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

feat(math): Replace math library - malachite -> dashu #542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndrewWestberg
Copy link
Collaborator

Malachite has a bad license for our open-source project.

mhogrefe/malachite#52 (comment)

This replaces our bigint implementation with dashu that has a nicer license. It's not quite as fast, but it will work for now. The fastest would be gmp or Rug based on gmp, but that relies on native code that doesn't compile on windows.

We need to ensure we maintain windows compatibility for the Amaru project and the possibility of full-node wallets.

@AndrewWestberg AndrewWestberg changed the title feat: Replace math library - malachite -> dashu feat(math): Replace math library - malachite -> dashu Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant