Module convert

Source

Macrosยง

impl_bigint_from_int ๐Ÿ”’
impl_bigint_from_uint ๐Ÿ”’
impl_to_bigint ๐Ÿ”’
impl_try_from_bigint ๐Ÿ”’

Functionsยง

from_signed_bytes_be ๐Ÿ”’
from_signed_bytes_le ๐Ÿ”’
to_signed_bytes_be ๐Ÿ”’
to_signed_bytes_le ๐Ÿ”’
twos_complement ๐Ÿ”’
Perform in-place twoโ€™s complement of the given digit iterator starting from the least significant byte.
twos_complement_be ๐Ÿ”’
Perform in-place twoโ€™s complement of the given binary representation in big-endian byte order.
twos_complement_le ๐Ÿ”’
Perform in-place twoโ€™s complement of the given binary representation, in little-endian byte order.