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

Implementations - Biguint - Rust + Mx #36

Closed
4 of 5 tasks
virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #106
Closed
4 of 5 tasks

Implementations - Biguint - Rust + Mx #36

virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #106
Assignees
Labels

Comments

@virgil-serbanuta
Copy link
Member

virgil-serbanuta commented Aug 26, 2024

Needed for #34

  • Translating BigUint-BigUint arithmetic operators (+, -, *, /) to hook calls
  • Translating BigUint-BigUint relational operators (<, <=, >, >=, ==, !=) to hook calls. We may want to rewrite the Rust code to use only <, <= and ==.
  • Translating BigUint-u64 operators to hooks (most likely we only need *)
  • BigUint::zero() to hook
  • BigUint::from(_) to hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant