static Uint8List keccak256(Uint8List input) { keccakDigest.reset(); return keccakDigest.process(input); }