-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
P-384 ECDH deriveBits #13451
Labels
Comments
littledivy
added
feat
new feature (which has been agreed to/accepted)
upstream
Changes in upstream are required to solve these issues
ext/crypto
related to the ext/crypto crate
labels
Jan 21, 2022
littledivy
removed
the
upstream
Changes in upstream are required to solve these issues
label
Jan 30, 2024
Unblocked. This can be implemented now. |
IIRC, Diffie-Hellman will be needed as well to get Auth.js going |
Is this already resolved?
|
Completed in #15138. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Diffie-Hellman function requires
p384::NistP384
to implementProjectiveArithmetic
trait. Blocked on RustCrypto/elliptic-curves#240The text was updated successfully, but these errors were encountered: