C# 클래스 hds.MxoTwofish

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

공개 메소드들

메소드 설명
MxoTwofish ( ) : System
decrypt ( byte criptedData, byte destination ) : void
encrypt ( byte plainData, byte destination ) : void
setIV ( byte iv ) : void
setKey ( byte key ) : void

메소드 상세

MxoTwofish() 공개 메소드

public MxoTwofish ( ) : System
리턴 System

decrypt() 공개 메소드

public decrypt ( byte criptedData, byte destination ) : void
criptedData byte
destination byte
리턴 void

encrypt() 공개 메소드

public encrypt ( byte plainData, byte destination ) : void
plainData byte
destination byte
리턴 void

setIV() 공개 메소드

public setIV ( byte iv ) : void
iv byte
리턴 void

setKey() 공개 메소드

public setKey ( byte key ) : void
key byte
리턴 void