Uint8List doubleHash(Uint8List buffer) { Uint8List tmp = SHA256Digest().process(buffer); return SHA256Digest().process(tmp); }