C# Class Brunet.Security.NullHash

Provides a Null HashAlgorithm, its blazing fast! Typically, these classes are not thread-safe, but the block-size is 1, there is no history, and the result is always an empty byte array.
Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
NullHash ( ) : System

Méthodes protégées

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

Method Details

HashCore() protected méthode

protected HashCore ( byte rgb, int start, int size ) : void
rgb byte
start int
size int
Résultat void

HashFinal() protected méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

NullHash() public méthode

public NullHash ( ) : System
Résultat System