Gets a BigInteger from a ByteBuffer in big-endian order.
Puts a BigInteger to a ByteBuffer in little-endian order.
Puts a BigInteger to a ByteBuffer in little-endian order.
We need little-endian (cpu-wise) ordering due to Vector storing data in this way and not in big-endian (network-wise)
Helper functions and constants for
BigInteger
conversions.