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

TDCP_tea

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

Declaration

Source position: dcptea.pas line 40

type TDCP_tea = class(TDCP_blockcipher64)

protected

  KeyData: array [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_tea

  

|

TDCP_blockcipher64

  

|

TDCP_blockcipher

  

|

TDCP_cipher

  

|

TObject



CT Web help

CodeTyphon Studio