Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

p384: impl_sec1_field_element! macro #586

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 1, 2022

Extracts a macro which wraps up the boilerplate for hooking up SEC1-encodable field element types, namely FieldElement and Scalar, to a backend implementation provided by fiat-crypto.

The long term goal is to extract this macro into the elliptic-curve crate and use it for p256 as well.

Extracts a macro which wraps up the boilerplate for hooking up
SEC1-encodable field element types, namely `FieldElement` and `Scalar`,
to a backend implementation provided by `fiat-crypto`.

The long term goal is to extract this macro into the `elliptic-curve`
crate and use it for `p256` as well.
@tarcieri tarcieri force-pushed the p384/sec1-field-element-macro branch from 0053dbe to e01ea1d Compare June 1, 2022 01:31
@tarcieri tarcieri merged commit 8dd78db into master Jun 1, 2022
@tarcieri tarcieri deleted the p384/sec1-field-element-macro branch June 1, 2022 02:04
@tarcieri tarcieri mentioned this pull request Jun 1, 2022
11 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant