Skip to main content

radix_encode_limbs_to_string

Function radix_encode_limbs_to_string 

Source
pub(crate) fn radix_encode_limbs_to_string(radix: u32, limbs: &[Limb]) -> String
Expand description

Encode a slice of limbs to a string in base radix. The result will have no leading zeros unless the value itself is zero.

ยงPanics

  • if radix is not in the range from 2 to 36.