Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant