Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] improve performance of Diffie-Hellman key exchange (#272)
Improve performance of Diffie-Hellman key exchange by generating a cryptographically strong random number instead of a probable prime. RFC 4419 does not require or suggest x (private key) be prime.
- Loading branch information