4 implementations of Append
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
50public void Append(ReadOnlySpan<byte> data)
System\Security\Cryptography\LiteHash.Unix.cs (3)
53public void Append(ReadOnlySpan<byte> data) 147public void Append(ReadOnlySpan<byte> data) 233public 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));