jvz commented on pull request #176:
URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-841733479


   I've ported in the code I mentioned earlier. Based on files from my other 
project (ISC licensed, but with my ICLA on file, this is dual-licensed here as 
Apache 2.0):
   
   * 
https://github.com/o1c-dev/o1c/blob/ad51541705d117f10cfb71907a7df99028ea9925/src/main/java/dev/o1c/impl/chacha20/ChaCha20.java
   * 
https://github.com/o1c-dev/o1c/blob/ad51541705d117f10cfb71907a7df99028ea9925/src/main/java/dev/o1c/impl/chacha20/Poly1305.java
   * 
https://github.com/o1c-dev/o1c/blob/ad51541705d117f10cfb71907a7df99028ea9925/src/main/java/dev/o1c/util/ByteOps.java
 (some methods copied from here, but they're all trivial)
   
   I tested this out interactively with OpenSSH_8.1p1, LibreSSL 2.7.3 on macOS 
11.3.1.


-- 
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.

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

Reply via email to