[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dcprijndael.pas line 44
type TDCP_rijndael = class(TDCP_blockcipher128) |
||
protected |
||
numrounds: LongWord; |
|
|
rk: array [0..MAXROUNDS,0..7] of DWord; |
|
|
drk: array [0..MAXROUNDS,0..7] 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 |