C# Класс TLSharp.Core.MTProto.Crypto.AesEngine

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

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

Метод Описание
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