1 write to _shake256
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
38_shake256 = new Shake256();
4 references to _shake256
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsHash.cs (4)
41public override void Dispose() => _shake256.Dispose(); 42internal override void AppendData(ReadOnlySpan<byte> data) => _shake256.AppendData(data); 43internal override byte[] GetHashAndReset() => _shake256.GetHashAndReset(OutputSizeBytes); 53_shake256.GetHashAndReset(destination.Slice(0, OutputSizeBytes));