C# Class nskein.SimpleSkeinManaged

Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: sriramk/nskein Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
SimpleSkeinManaged ( UInt32 blockSizeInBits, UInt32 outputSizeInBits ) : System

Méthodes protégées

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

Private Methods

Méthode Description
EncodeConfig ( ) : byte[]

Method Details

HashCore() protected méthode

protected HashCore ( byte data, int indexStart, int size ) : void
data byte
indexStart 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

SimpleSkeinManaged() public méthode

public SimpleSkeinManaged ( UInt32 blockSizeInBits, UInt32 outputSizeInBits ) : System
blockSizeInBits System.UInt32
outputSizeInBits System.UInt32
Résultat System