Searched defs:hex_digits_for_limb (Results 1 – 2 of 2) sorted by relevance
74 def hex_digits_for_limb(limbs: int, bits_in_limb: int) -> int: function