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] pow field Arithmetic API #713

Merged
merged 4 commits into from
Jan 1, 2025
Merged

[FEAT] pow field Arithmetic API #713

merged 4 commits into from
Jan 1, 2025

Conversation

LeonHibnik
Copy link
Contributor

Describe the changes

This PR...

Linked Issues

Resolves #

@@ -114,6 +114,7 @@ pub trait FieldArithmetic<F: FieldImpl> {
fn mul(first: F, second: F) -> F;
fn sqr(first: F) -> F;
fn inv(first: F) -> F;
fn pow(first: F, exp: usize) -> F;
Copy link
Collaborator

Choose a reason for hiding this comment

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

'first' is a little strange name

@LeonHibnik LeonHibnik merged commit d7af027 into main Jan 1, 2025
13 checks passed
@LeonHibnik LeonHibnik deleted the feat/add_pow branch January 1, 2025 09:42
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.

3 participants