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

fix(ethexe): correct numeric cast function #4184

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

breathx
Copy link
Member

@breathx breathx commented Aug 22, 2024

Limbs are least significant first.

/// Convert to a array of limbs.
///
/// Limbs are least significant first.
#[inline(always)]
#[must_use]
pub const fn into_limbs(self) -> [u64; LIMBS] {
    self.limbs
}

@breathx breathx added A0-pleasereview PR is ready to be reviewed by the team A2-mergeoncegreen PR is ready to merge after CI passes and removed A0-pleasereview PR is ready to be reviewed by the team labels Aug 22, 2024
@StackOverflowExcept1on StackOverflowExcept1on merged commit 001af27 into master Aug 23, 2024
20 of 21 checks passed
@StackOverflowExcept1on StackOverflowExcept1on deleted the dn-fix-num-cast branch August 23, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-mergeoncegreen PR is ready to merge after CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants