4 references to OutputSizeBytes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsHash.cs (4)
43
internal override byte[] GetHashAndReset() => _shake256.GetHashAndReset(
OutputSizeBytes
);
47
if (destination.Length <
OutputSizeBytes
)
53
_shake256.GetHashAndReset(destination.Slice(0,
OutputSizeBytes
));
54
bytesWritten =
OutputSizeBytes
;