C# Класс Org.BouncyCastle.Crypto.Digests.RipeMD320Digest

Implementation of RipeMD 320.

Note: this algorithm offers the same level of security as RipeMD160.

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

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

Метод Описание
DoFinal ( byte output, int outOff ) : int
GetDigestSize ( ) : int
Reset ( ) : void

reset the chaining variables to the IV values.

RipeMD320Digest ( ) : System

Standard constructor

RipeMD320Digest ( RipeMD320Digest t ) : System

Copy constructor. This will copy the state of the provided message digest.

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

Метод Описание
F1 ( int x, int y, int z ) : int
F2 ( int x, int y, int z ) : int
F3 ( int x, int y, int z ) : int
F4 ( int x, int y, int z ) : int
F5 ( int x, int y, int z ) : int
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void
RL ( int x, int n ) : int
UnpackWord ( int word, byte outBytes, int outOff ) : void

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

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

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
Результат int

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

public GetDigestSize ( ) : int
Результат int

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

reset the chaining variables to the IV values.
public Reset ( ) : void
Результат void

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

Standard constructor
public RipeMD320Digest ( ) : System
Результат System

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

Copy constructor. This will copy the state of the provided message digest.
public RipeMD320Digest ( RipeMD320Digest t ) : System
t RipeMD320Digest
Результат System