2 references to AppendData
System.Security.Cryptography (1)
System\Security\Cryptography\Shake128.cs (1)
65
AppendData
(new ReadOnlySpan<byte>(data));
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
72
internal override void AppendData(ReadOnlySpan<byte> data) => _shake128.
AppendData
(data);