Home
last modified time | relevance | path

Searched refs:zfill_match (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_common.py87 def zfill_match(reference: str, target: str) -> str: function
Dbignum_core.py107 res_str = bignum_common.zfill_match(self.val_n, "{:x}".format(res))