C# 클래스 TLSharp.Core.MTProto.Crypto.AesEngine

파일 보기 프로젝트 열기: sochix/TLSharp 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
DecryptBlock ( uint KW ) : void
EncryptBlock ( uint KW ) : void
FFmulX ( uint x ) : uint
GenerateWorkingKey ( byte key, bool forEncryption ) : ].uint[
Inv_Mcol ( uint x ) : uint
PackBlock ( byte bytes, int off ) : void
Shift ( uint r, int shift ) : uint
SubWord ( uint x ) : uint
UnPackBlock ( byte bytes, int off ) : void

메소드 상세

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( bool forEncryption, byte key ) : void
forEncryption bool
key byte
리턴 void

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