C# 클래스 Brunet.Security.NullHash

Provides a Null HashAlgorithm, its blazing fast! Typically, these classes are not thread-safe, but the block-size is 1, there is no history, and the result is always an empty byte array.
상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
NullHash ( ) : System

보호된 메소드들

메소드 설명
HashCore ( byte rgb, int start, int size ) : void
HashFinal ( ) : byte[]

메소드 상세

HashCore() 보호된 메소드

protected HashCore ( byte rgb, int start, int size ) : void
rgb byte
start int
size int
리턴 void

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

NullHash() 공개 메소드

public NullHash ( ) : System
리턴 System