private static Keccak InternalCompute(byte[] input) { return(new Keccak(KeccakHash.ComputeHashBytes(input.AsSpan()))); }