tmedicci commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2007422481
########## arch/xtensa/src/esp32/esp32_sha.c: ########## Review Comment: Please feel free to let me know if you need any more help. You can check and use the functions provided by [`sha_hal.h`](https://github.com/espressif/esp-hal-3rdparty/blob/066b294e58c78622175134cd88b5f27567d050e1/components/hal/include/hal/sha_hal.h) too. You can also check (as a reference) the driver implementation used by the ESP-IDF at [`esp-idf/components/mbedtls/port/sha/block`](https://github.com/espressif/esp-idf/blob/8692da51a094f9ccdb4d58cfbf8b9805a52c7211/components/mbedtls/port/sha/block). It's very similar with the implementation you provided. -- 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