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!: getting rid of BigNum struct (WIP) #151

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

Conversation

kashbrti
Copy link
Contributor

@kashbrti kashbrti commented Mar 20, 2025

Description

We move the BigNumTrait impls into a compttime macro.
For each BigNum type that we construct, we call this macro to implement all the functions in the trait
with the correct generics.

Problem*

Resolves
#142

Summary*

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

Sorry, something went wrong.

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

Successfully merging this pull request may close these issues.

None yet

2 participants