XX64TransferHash Class

Implements XXHash64 algorithm.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public sealed class XX64TransferHash : ITransferHasher, 
	ICloneable
Inheritance
Object    XX64TransferHash
Implements
ITransferHasher, ICloneable

Constructors

XX64TransferHashInitializes a new instance of the Object class.

Methods

Append Appends a chunk of data to the hasher's state.
Clone Clones this.
GetHashAndReset Finalizes hash computation and prepares the instance for the next data stream.

See Also