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

std/crypto: add support for the NIST P-384 curve #11735

Merged
merged 1 commit into from May 31, 2022

Conversation

jedisct1
Copy link
Contributor

After P-256, here comes P-384, also known as secp384r1.

Like P-256, it is required for TLS, and is the current NIST recommendation for key exchange and signatures, for better or for worse.

Like P-256, all the finite field arithmetic has been computed and verified to be correct by fiat-crypto.

After P-256, here comes P-384, also known as secp384r1.

Like P-256, it is required for TLS, and is the current NIST
recommendation for key exchange and signatures, for better or
for worse.

Like P-256, all the finite field arithmetic has been computed
and verified to be correct by fiat-crypto.
@jedisct1
Copy link
Contributor Author

Come on Drone, you can build this :)

@andrewrk
Copy link
Member

If only it let me set the timeout to 3 hours instead of 2 we would be golden

@jedisct1 jedisct1 merged commit 26aea8c into ziglang:master May 31, 2022
@jedisct1 jedisct1 deleted the p384 branch May 31, 2022 15:29
andrewrk pushed a commit that referenced this pull request Jul 19, 2022
After P-256, here comes P-384, also known as secp384r1.

Like P-256, it is required for TLS, and is the current NIST recommendation for key exchange and signatures, for better or for worse.

Like P-256, all the finite field arithmetic has been computed and verified to be correct by fiat-crypto.
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

2 participants