Expand description
Special handling for converting the BigUint to u8 vectors
Functionsยง
- left_
pad ๐ - Returns a new vector of the given length, with 0s left padded.
- uint_
to_ ๐be_ pad - Converts input to the new vector of the given length, using BE and with 0s left padded. In some cases BoxedUint might already have leading zeroes, this function removes them before padding again.
- uint_
to_ ๐zeroizing_ be_ pad - Converts input to the new vector of the given length, using BE and with 0s left padded. In some cases BoxedUint might already have leading zeroes, this function removes them before padding again.