mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-15 21:41:27 +08:00

Finish changing "start" to "set up". Correct the way to set an IV for decryption: it's set_iv(), not update(). When decrypting, the IV is given, not random.