4 references to OutputSizeBytes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsHash.cs (4)
73internal override byte[] GetHashAndReset() => _shake128.GetHashAndReset(OutputSizeBytes); 77if (destination.Length < OutputSizeBytes) 83_shake128.GetHashAndReset(destination.Slice(0, OutputSizeBytes)); 84bytesWritten = OutputSizeBytes;