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

API Cleanup and Completion #88

Merged
merged 6 commits into from
Feb 7, 2024
Merged

API Cleanup and Completion #88

merged 6 commits into from
Feb 7, 2024

Conversation

cronokirby
Copy link
Contributor

Closes #85

@cronokirby cronokirby marked this pull request as ready for review February 7, 2024 20:14
@@ -57,59 +57,51 @@ impl Fp {
bytes
}

pub const fn from_montgomery_limbs(limbs: [u64; N]) -> Fp {
const fn from_montgomery_limbs_backend(limbs: [u64; N]) -> Fp {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate with from_montgomery_limbs for u64

@TalDerei
Copy link
Collaborator

TalDerei commented Feb 7, 2024

This looks pretty straightforward to me!

@cronokirby cronokirby merged commit 737a685 into main Feb 7, 2024
5 checks passed
@cronokirby cronokirby deleted the 85-cleanup branch February 7, 2024 21:16
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.

Cleanup the crate to avoid duplication
2 participants