static public ByteSequence Calculate(this HashType item, byte[] bytes, string salt) { return(item.Calculate(bytes.Append(salt.ToUnicodeBytes()))); }