pub const MAX_BIGINT_SIZE: usize = 128;
The maximum number of bytes we accept to serialize/deserialize for a single BigInt.