C# 클래스 Org.BouncyCastle.Crypto.Digests.RipeMD320Digest

Implementation of RipeMD 320.

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

상속: GeneralDigest
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

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