1 write to _shake128
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
68_shake128 = new Shake128();
4 references to _shake128
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsHash.cs (4)
71public override void Dispose() => _shake128.Dispose(); 72internal override void AppendData(ReadOnlySpan<byte> data) => _shake128.AppendData(data); 73internal override byte[] GetHashAndReset() => _shake128.GetHashAndReset(OutputSizeBytes); 83_shake128.GetHashAndReset(destination.Slice(0, OutputSizeBytes));