Метод | Описание | |
---|---|---|
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 |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Результат | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
Результат | int |