Searched defs:bits_to_limbs (Results 1 – 2 of 2) sorted by relevance
69 def bits_to_limbs(bits: int, bits_in_limb: int) -> int: function