C# Класс Brunet.Security.PeerSec.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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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