C# 클래스 OpenRA.FileFormats.Blowfish

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

공개 메소드들

메소드 설명
Blowfish ( byte key )
Decrypt ( uint data ) : uint[]
Encrypt ( uint data ) : uint[]

비공개 메소드들

메소드 설명
ConvertBFtoF ( uint x ) : uint
Decrypt ( uint &a, uint &b ) : void
Encrypt ( uint &a, uint &b ) : void
Round ( uint &a, uint b, int n ) : void
RunCipher ( uint data, CipherFunc f ) : uint[]
S ( uint x, int i ) : uint
SwapBytes ( uint i ) : uint

메소드 상세

Blowfish() 공개 메소드

public Blowfish ( byte key )
key byte

Decrypt() 공개 메소드

public Decrypt ( uint data ) : uint[]
data uint
리턴 uint[]

Encrypt() 공개 메소드

public Encrypt ( uint data ) : uint[]
data uint
리턴 uint[]