This module contains several methods to convert integer types into byte arrays and vice versa.
Converts big endian bytes to integral of type T
Converts big endian bytes to integrals of type T size of bs has to match the size in bytes of output
Converts little endian bytes to integral of type T
Converts little endian bytes to integrals of type T size of bs has to match the size in bytes of output
rot shift to the left
rot shift to the right
convert a integral type T into an array of bytes.
convert a integral type T[] into an array of bytes.
convert a integral type T into an array of bytes.
convert a integral type T[] into an array of bytes.