Uint8List doubleSHA256Digest(Uint8List input) { return SHA256Digest().process(SHA256Digest().process(input)); }