C# Class truecryptbrute.Crypto.CRC32

Adapted from http://tomkaminski.com/crc32-hashalgorithm-c-net License: public domain
Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: IsNull/TCBrute

Méthodes publiques

Méthode Description
Initialize ( ) : void
UPDC32 ( int octet, uint crc ) : uint

Méthodes protégées

Méthode Description
HashCore ( byte buffer, int start, int length ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected méthode

protected HashCore ( byte buffer, int start, int length ) : void
buffer byte
start int
length int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

UPDC32() public static méthode

public static UPDC32 ( int octet, uint crc ) : uint
octet int
crc uint
Résultat uint