-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runnner: Switch to Go's crypto/ecdh module
This lets us fold X25519 into the ECDH bits, and drop x/crypto/curve25519, but then means we need to carry a copy of the crypto/elliptic version for P-224 because crypto/ecdh doesn't support it. Change-Id: Ie053679f26462c68c1d553de97e06afdb77c7eed Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/76208 Reviewed-by: Bob Beck <[email protected]> Auto-Submit: David Benjamin <[email protected]> Commit-Queue: David Benjamin <[email protected]>
- Loading branch information
Showing
1 changed file
with
81 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters