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