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