Quine libraries user's guide
C#
Show/Hide TOC
Cryptographic
Transfer
Hash
Append Method
Appends a chunk of data to the hasher's state.
Definition
Namespace:
Quine.FileTransfer
Assembly:
Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
Copy
public
void
Append
(
ReadOnlySpan
<
byte
>
data
)
Parameters
data
ReadOnlySpan
Byte
Data to add to the current hash.
Implements
ITransferHasher
Append(ReadOnlySpan
Byte
)
See Also
Reference
CryptographicTransferHash Class
Quine.FileTransfer Namespace
In This Article
Definition
Parameters
Implements
See Also