mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 12:28:45 +00:00
Address review comments: 1. add `mbedtls_cipher_init()` after freeing context, in test code 2. style comments 3. set `ctx->iv_size = 0` in case `IV == NULL && iv_len == 0`