C# Class DamienG.Security.Cryptography.Crc64Iso

Inheritance: Crc64
显示文件 Open project: damieng/DamienGKit

Public Methods

Method Description
Compute ( System.UInt64 seed, byte buffer ) : System.UInt64
Compute ( byte buffer ) : System.UInt64
Crc64Iso ( ) : System
Crc64Iso ( System.UInt64 seed ) : System

Method Details

Compute() public static method

public static Compute ( System.UInt64 seed, byte buffer ) : System.UInt64
seed System.UInt64
buffer byte
return System.UInt64

Compute() public static method

public static Compute ( byte buffer ) : System.UInt64
buffer byte
return System.UInt64

Crc64Iso() public method

public Crc64Iso ( ) : System
return System

Crc64Iso() public method

public Crc64Iso ( System.UInt64 seed ) : System
seed System.UInt64
return System