mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-04 03:26:54 +02:00
This is a direct translation of sict_mi2() from https://github.com/mpg/cryptohack/blob/main/ct-pres.py which was presented in the book club's special session. This commit only includes two test cases which is very little. Most of the test cases will be generated by Python modules that belong to the framework. However we can't have the framework generate those before we have the corresponding test function in the consuming branches. So, extended tests are coming as a 2nd step, after the test function has been merged. (The test cases in .misc should stay, as they can be convenient when working on the test function.) Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>