mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 06:52:23 +02:00
Note: There's no need to call `memset()` after `calloc()` because `calloc()` includes zeroization.
Note: There's no need to call `memset()` after `calloc()` because `calloc()` includes zeroization.