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)
71
public override void Dispose() =>
_shake128
.Dispose();
72
internal override void AppendData(ReadOnlySpan<byte> data) =>
_shake128
.AppendData(data);
73
internal override byte[] GetHashAndReset() =>
_shake128
.GetHashAndReset(OutputSizeBytes);
83
_shake128
.GetHashAndReset(destination.Slice(0, OutputSizeBytes));