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)
41
public override void Dispose() =>
_shake256
.Dispose();
42
internal override void AppendData(ReadOnlySpan<byte> data) =>
_shake256
.AppendData(data);
43
internal override byte[] GetHashAndReset() =>
_shake256
.GetHashAndReset(OutputSizeBytes);
53
_shake256
.GetHashAndReset(destination.Slice(0, OutputSizeBytes));