Пример #1
0
 public void Update(byte b)
 {
     byte[] bytes = XofUtilities.Encode(b);
     cshake.BlockUpdate(bytes, 0, bytes.Length);
 }