Module zebra_chain::primitives::byte_array
source · Expand description
Functions for modifying byte arrays.
Functions§
- Increments
byte_array
by 1, interpreting it as a big-endian integer. If the big-endian integer overflowed, sets all the bytes to zero, and returnstrue
.