4 implementations of Append
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Windows.cs (4)
121public void Append(ReadOnlySpan<byte> data) 230public void Append(ReadOnlySpan<byte> data) 343public void Append(ReadOnlySpan<byte> data) 416public void Append(ReadOnlySpan<byte> data)
3 references to Append
System.Security.Cryptography (3)
System\Security\Cryptography\LiteHashProvider.cs (2)
126hash.Append(rented.AsSpan(0, read)); 157hash.Append(rented.AsSpan(0, read));
System\Security\Cryptography\LiteHashProvider.Xof.cs (1)
142hash.Append(rented.AsSpan(0, read));