static BigInt littleEndianToBigInt(Uint8List bytes) { return BigInt.parse(Codec.encodeHex(bytes), radix: 16); }