C# Class Blake2Sharp.Blake2BCore

Afficher le fichier Open project: BLAKE2/BLAKE2 Class Usage Examples

Méthodes publiques

Méthode Description
HashCore ( byte array, int start, int count ) : void
HashFinal ( ) : byte[]
HashFinal ( bool isEndOfLayer ) : byte[]
Initialize ( ulong config ) : void

Private Methods

Méthode Description
BytesToUInt64 ( byte buf, int offset ) : ulong
Compress ( byte block, int start ) : void
UInt64ToBytes ( ulong value, byte buf, int offset ) : void

Method Details

HashCore() public méthode

public HashCore ( byte array, int start, int count ) : void
array byte
start int
count int
Résultat void

HashFinal() public méthode

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

HashFinal() public méthode

public HashFinal ( bool isEndOfLayer ) : byte[]
isEndOfLayer bool
Résultat byte[]

Initialize() public méthode

public Initialize ( ulong config ) : void
config ulong
Résultat void