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

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

공개 메소드들

메소드 설명
GetBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
NoekeonEngine ( ) : System
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void

비공개 메소드들

메소드 설명
decryptBlock ( byte input, int inOff, byte output, int outOff ) : int
encryptBlock ( byte input, int inOff, byte output, int outOff ) : int
gamma ( uint a ) : void
pi1 ( uint a ) : void
pi2 ( uint a ) : void
rotl ( uint x, int y ) : uint
setKey ( byte key ) : void
theta ( uint a, uint k ) : void

메소드 상세

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Init() 공개 메소드

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

NoekeonEngine() 공개 메소드

public NoekeonEngine ( ) : System
리턴 System

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
input byte
inOff int
output byte
outOff int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void