[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dcpcast256.pas line 40
type TDCP_cast256 = class(TDCP_blockcipher128) |
||
protected |
||
Kr: array [0..11,0..3] of DWord; |
|
|
Km: array [0..11,0..3] of DWord; |
|
|
procedure InitKey(); override; |
|
|
public |
||
class function GetId; override; |
|
|
class function GetAlgorithm; override; |
|
|
class function GetMaxKeySize; override; |
|
|
class function SelfTest; override; |
|
|
procedure Burn; override; |
|
|
procedure EncryptECB(); override; |
|
|
procedure DecryptECB(); override; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |