Converts this BigInt to a Uint8List of 8 bytes (64 bits).
Uint8List toUint8List64() => toInt().toUint8List64();