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

Commits on Jun 9, 2022

  1. p384: extract impl_field_invert! macro

    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 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4c56753 View commit details
    Browse the repository at this point in the history