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 v0.11.0 #593

Merged
merged 1 commit into from Jun 3, 2022
Merged

p384 v0.11.0 #593

merged 1 commit into from Jun 3, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 3, 2022

Added

  • Arithmetic implementation (#565, #573)
    • Addition formulas from Renes-Costello-Batina 2015, adapted from @str4d's implementation in the p256 crate
    • FieldElement::{invert, sqrt} implementations
    • Scalar::{invert, sqrt} implementations
    • Scalar field implementation generated using fiat-crypto
    • Scalar multiplication using 4-bit window ala #563
    • ECDH support using generic implementation from elliptic-curve
    • ECDSA support using generic implementation from the ecdsa crate
  • Wycheproof test vectors (#574)
  • const fn field arithmetic (#589, #590)

@tarcieri tarcieri merged commit 84e0edf into master Jun 3, 2022
@tarcieri tarcieri deleted the p384/v0.11.0 branch June 3, 2022 17:51
@tarcieri tarcieri mentioned this pull request Jun 3, 2022
6 tasks
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