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

Make key exchange more efficient #643

Closed
drieseng opened this issue Mar 15, 2020 · 0 comments
Closed

Make key exchange more efficient #643

drieseng opened this issue Mar 15, 2020 · 0 comments
Assignees

Comments

@drieseng
Copy link
Member

We currently go from BigInteger to byte[] (and back) several times during the key exchange init.
Instead should use the byte[] representation in our internal structures, and only convert to BigInteger when necessary.

@drieseng drieseng added this to the 2020.0.0-beta1 milestone Mar 15, 2020
@drieseng drieseng self-assigned this Mar 15, 2020
drieseng added a commit that referenced this issue Apr 24, 2020
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

No branches or pull requests

1 participant