public void Reset() { cshake.Reset(); Arrays.Clear(buffer); byte[] hdr = XofUtilities.LeftEncode(B); cshake.BlockUpdate(hdr, 0, hdr.Length); nCount = 0; bufOff = 0; firstOutput = true; }
public void Reset() { cshake.Reset(); firstOutput = true; }