Ejemplo n.º 1
0
        public void Update(byte[] data, int offset, int count)
        {
            if (_hash != null)
            {
                throw new InvalidOperationException();
            }

            _hashFunc.AppendData(data, offset, count);
        }