mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-19 06:58:24 +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.