A converter that decodes a BigInt back into an 8-bit integer sequence.
typedef BigIntDecoder = Converter<BigInt, Uint8List>;