tomaswolf opened a new pull request, #528: URL: https://github.com/apache/mina-sshd/pull/528
Because all other KEX algorithms treat the secret resulting from the key agreement as "mpint", our key agreements all returned the "mpint" representation of the result of the key agreement. But sntrup761x25519-sha512 needs the raw 32 bytes of the key agreement (curve25519-sha256). Add a flag to XDH that determines whether it returns the raw bytes or the "mpint" bytes. Fixes #525. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org