메소드 | 설명 | |
---|---|---|
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
Reset ( ) : void | ||
ReturnByte ( byte input ) : byte |
메소드 | 설명 | |
---|---|---|
isaac ( ) : void | ||
mix ( uint x ) : void | ||
setKey ( byte keyBytes ) : void |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
리턴 | void |
public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
input | byte | |
inOff | int | |
len | int | |
output | byte | |
outOff | int | |
리턴 | void |