Function ring::limb::unstripped_be_bytes
source ยท pub fn unstripped_be_bytes(
limbs: &[u64],
) -> impl ExactSizeIterator<Item = u8> + Clone + '_
Expand description
Returns an iterator of the big-endian encoding of limbs
.
The number of bytes returned will be a multiple of LIMB_BYTES
and thus may be padded with leading zeros.