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

p384: extract impl_field_invert! macro #596

Merged
merged 1 commit into from Jun 9, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 9, 2022

In preparation for switching p256 to fiat crypto, this commit splits the impl_field_element! macro, extracting a separate
impl_field_invert! macro that can be used independently of the rest.

This allows impl_field_element! to be used with p256, but providing the existing inversions.

In preparation for switching `p256` to fiat crypto, this commit splits
the `impl_field_element!` macro, extracting a separate
`impl_field_invert!` macro that can be used independently of the rest.

This allows `impl_field_element!` to be used with `p256`, but providing
the existing inversions.
@tarcieri tarcieri merged commit 458112a into master Jun 9, 2022
@tarcieri tarcieri deleted the p384/extract-impl-field-invert branch June 9, 2022 00:29
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.

None yet

1 participant