C# Класс Blake2Sharp.Blake2BCore

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HashCore ( byte array, int start, int count ) : void
HashFinal ( ) : byte[]
HashFinal ( bool isEndOfLayer ) : byte[]
Initialize ( ulong config ) : void

Приватные методы

Метод Описание
BytesToUInt64 ( byte buf, int offset ) : ulong
Compress ( byte block, int start ) : void
UInt64ToBytes ( ulong value, byte buf, int offset ) : void

Описание методов

HashCore() публичный Метод

public HashCore ( byte array, int start, int count ) : void
array byte
start int
count int
Результат void

HashFinal() публичный Метод

public HashFinal ( ) : byte[]
Результат byte[]

HashFinal() публичный Метод

public HashFinal ( bool isEndOfLayer ) : byte[]
isEndOfLayer bool
Результат byte[]

Initialize() публичный Метод

public Initialize ( ulong config ) : void
config ulong
Результат void