Expand description
Functions for modifying byte arrays.
Functionsยง
- increment_
big_ endian - Increments
byte_arrayby 1, interpreting it as a big-endian integer. If the big-endian integer overflowed, sets all the bytes to zero, and returnstrue.
Functions for modifying byte arrays.
byte_array by 1, interpreting it as a big-endian integer.
If the big-endian integer overflowed, sets all the bytes to zero, and returns true.