C# Class DamienG.Security.Cryptography.Crc64Iso

Inheritance: Crc64
Afficher le fichier Open project: damieng/DamienGKit

Méthodes publiques

Méthode 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 méthode

public static Compute ( System.UInt64 seed, byte buffer ) : System.UInt64
seed System.UInt64
buffer byte
Résultat System.UInt64

Compute() public static méthode

public static Compute ( byte buffer ) : System.UInt64
buffer byte
Résultat System.UInt64

Crc64Iso() public méthode

public Crc64Iso ( ) : System
Résultat System

Crc64Iso() public méthode

public Crc64Iso ( System.UInt64 seed ) : System
seed System.UInt64
Résultat System