1 instantiation of Crc64
System.IO.Hashing (1)
System\IO\Hashing\Crc64.cs (1)
80
public Crc64 Clone() =>
new
(_crc, ParameterSet);
4 references to Crc64
System.IO.Hashing (4)
System\IO\Hashing\Crc64.cs (4)
44
/// Initializes a new instance of the <see cref="
Crc64
"/> class using the ECMA-182 parameters.
54
/// Initializes a new instance of the <see cref="
Crc64
"/> class using the specified parameters.
71
/// <summary>Initializes a new instance of the <see cref="
Crc64
"/> class using the state from another instance.</summary>
80
public
Crc64
Clone() => new(_crc, ParameterSet);