ThePassionate commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230629791
########## crypto/cryptosoft.c: ########## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp->crp_aad; FAR uint32_t *blkp; + int aadlen = 0; Review Comment: @xiaoxiang781216 Yes, Chachapoly algorithm has been mostly support, and the mbedtls-alt part has also been completed. However, some tests of the mbedtls test suite have not yet passed. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org