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