Home
last modified time | relevance | path

Searched defs:ModulusRepresentation (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_mod_raw.py132 def set_representation(self, r: bignum_common.ModulusRepresentation) -> None:
146 def test_cases_for_values(cls, rep: bignum_common.ModulusRepresentation,
Dbignum_common.py269 class ModulusRepresentation(enum.Enum): class
308 rep: ModulusRepresentation) -> int: