Method | Description | |
---|---|---|
Blowfish ( byte key ) | ||
Decrypt ( uint data ) : uint[] | ||
Encrypt ( uint data ) : uint[] |
Method | Description | |
---|---|---|
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 |