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