C# Class nskein.SimpleSkeinManaged

Inheritance: System.Security.Cryptography.HashAlgorithm
ファイルを表示 Open project: sriramk/nskein Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
SimpleSkeinManaged ( UInt32 blockSizeInBits, UInt32 outputSizeInBits ) : System

Protected Methods

Method Description
HashCore ( byte data, int indexStart, int size ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
EncodeConfig ( ) : byte[]

Method Details

HashCore() protected method

protected HashCore ( byte data, int indexStart, int size ) : void
data byte
indexStart int
size int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

SimpleSkeinManaged() public method

public SimpleSkeinManaged ( UInt32 blockSizeInBits, UInt32 outputSizeInBits ) : System
blockSizeInBits System.UInt32
outputSizeInBits System.UInt32
return System