mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Before arg_ attributes were the arguments as they were defined in the python script. Turning these into properties and having them take the form respect the style set in input_style makes the class easier to use and more consistent. This change makes the hex_ properties redundant and therefore they are removed. There are no semantic changes to the generated test cases. (The order of appearance of 64 and 32 bit mpi_core_add_and_add_if test cases has changed.) Signed-off-by: Janos Follath <janos.follath@arm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asymmetric_key_data.py | ||
| bignum_common.py | ||
| bignum_core.py | ||
| bignum_mod.py | ||
| bignum_mod_raw.py | ||
| build_tree.py | ||
| c_build_helper.py | ||
| crypto_knowledge.py | ||
| macro_collector.py | ||
| psa_storage.py | ||
| test_case.py | ||
| test_data_generation.py | ||
| typing_util.py | ||