C# 클래스 DamienG.Security.Cryptography.Crc64Iso

상속: Crc64
파일 보기 프로젝트 열기: damieng/DamienGKit

공개 메소드들

메소드 설명
Compute ( System.UInt64 seed, byte buffer ) : System.UInt64
Compute ( byte buffer ) : System.UInt64
Crc64Iso ( ) : System
Crc64Iso ( System.UInt64 seed ) : System

메소드 상세

Compute() 공개 정적인 메소드

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

Compute() 공개 정적인 메소드

public static Compute ( byte buffer ) : System.UInt64
buffer byte
리턴 System.UInt64

Crc64Iso() 공개 메소드

public Crc64Iso ( ) : System
리턴 System

Crc64Iso() 공개 메소드

public Crc64Iso ( System.UInt64 seed ) : System
seed System.UInt64
리턴 System