C# 클래스 Blake2Sharp.Blake2BCore

파일 보기 프로젝트 열기: BLAKE2/BLAKE2 1 사용 예제들

공개 메소드들

메소드 설명
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