mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-23 21:12:44 -04:00

Both tests do not require a lot of RAM, even though it may seem like it at first sight. The derivation output is generated blockwise from the KDF function, which only keeps state amounting to a couple of blocks of the underlying hash primitive at a time. There is never an allocation to keep the full derivation capacity in memory... Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>