2 references to BlockSize
System.IO.Compression (2)
System\IO\Compression\WinZipAesStream.cs (2)
313
for (int i = 0; i < KeystreamBufferSize; i +=
BlockSize
)
315
BinaryPrimitives.WriteUInt128LittleEndian(_keystreamBuffer.AsSpan(i,
BlockSize
), _counter);