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