You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: