This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 hardware ECB decryption(AES)

I use SDK15.0

 I found nrf_ecb_init(),nrf_ecb_set_key() and nrf_ecb_crypt(),this is an encryption. I didn't find the decryption of nrf52832.

nrf52832 support AES ECB encryption,but not support decryption of nrf52832?What should I do to decrypt? Thanks!

Related