FelipeMdeO opened a new pull request, #19319: URL: https://github.com/apache/nuttx/pull/19319
## Summary Expose a chacha20 keystream API with a 64-bit block counter on top of the existing private chacha implementation, so flat-build applications (e.g. an SSH server) can reuse the kernel cipher for chacha20-poly1305. This is necessary in the next steps of Dropbear port where we will stop to use internal dropbear crypto em use NuttX Crypto. ## Impact No relevant impact. Only existing implementations are being shared as an API. ## Testing Build and OSTest -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
