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] add decompose_le to RangeInstructions #221

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

jonathanpwang
Copy link
Contributor

A common operation is to decompose a number (especially a BigUint) into smaller limbs (synonyms: digits, registers). For example BigUint into u64 limbs, BigUint into bytes, etc.

This is how range_check internally works, but we never exposed a general API function for it, so here it is.

@jonathanpwang jonathanpwang merged commit c56acf0 into community-edition Nov 24, 2023
2 checks passed
@jonathanpwang jonathanpwang deleted the feat/decompose branch November 24, 2023 23:55
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

Successfully merging this pull request may close these issues.

1 participant