a461ece810
This patch modifies the BignumModRawOperation class to provide special access to key members commonly used in tests. It binds the module's getters to conversion functions which enable automatic conversions such as: * hex to int. * zero padding hex strings. * common Montgomery constants such as R, R^2 and R^01 are now be calculated upon access. class `BignumModRawOperationArchSplit` is also updated to utilise the new design. Signed-off-by: Minos Galanakis <minos.galanakis@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 |