C# 클래스 Org.BouncyCastle.Crypto.Engines.HC128Engine

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

공개 메소드들

메소드 설명
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte

비공개 메소드들

메소드 설명
Dim ( uint x, uint y ) : uint
F1 ( uint x ) : uint
F2 ( uint x ) : uint
G1 ( uint x, uint y, uint z ) : uint
G2 ( uint x, uint y, uint z ) : uint
GetByte ( ) : byte
H1 ( uint x ) : uint
H2 ( uint x ) : uint
Init ( ) : void
Mod1024 ( uint x ) : uint
Mod512 ( uint x ) : uint
RotateLeft ( uint x, int bits ) : uint
RotateRight ( uint x, int bits ) : uint
Step ( ) : uint

메소드 상세

Init() 공개 메소드

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
리턴 void

ProcessBytes() 공개 메소드

public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
input byte
inOff int
len int
output byte
outOff int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ReturnByte() 공개 메소드

public ReturnByte ( byte input ) : byte
input byte
리턴 byte