STM32F7 hardware acceleration support in Mbed TLS for CRYPT and HASH peripherals
Our application connects to a server in the cloud and recently we migrated from a proprietary AES256 encryption to Mbed TLS based solution.By default Mbed TLS does NOT offer out-of-the-box hardware acceleration for AES, MD5, SHA etc. By accident I wa...