Unit 'DCPcast256' Package
[Overview][Classes][Index] [#pl_dcp]

TDCP_cast256

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TDCP_cast256

  

|

TDCP_blockcipher128

  

|

TDCP_blockcipher

  

|

TDCP_cipher

  

|

TObject



CT Web help

CodeTyphon Studio