Classe TRESTDWDCP_sha256

Unit

Declaração

type TRESTDWDCP_sha256 = class(TDWDCP_hash)

Descrição

No description available, ancestor TDWDCP_hash description follows

Hierarquia

Visão Geral

Campos

Protected LenHi: longword;
Protected LenLo: longword;
Protected Index: DWord;
Protected CurrentHash: array[0..7] of DWord;
Protected HashBuffer: array[0..63] of byte;

Métodos

Protected procedure Compress;
Public class function GetId: integer; override;
Public class function GetAlgorithm: string; override;
Public class function GetHashSize: integer; override;
Public class function SelfTest: boolean; override;
Public procedure Init; override;
Public procedure Final(var Digest); override;
Public procedure Burn; override;
Public procedure Update(const Buffer; Size: longword); override;

Descrição

Campos

Protected LenHi: longword;
 
Protected LenLo: longword;
 
Protected Index: DWord;
 
Protected CurrentHash: array[0..7] of DWord;
 
Protected HashBuffer: array[0..63] of byte;
 

Métodos

Protected procedure Compress;
 
Public class function GetId: integer; override;
 
Public class function GetAlgorithm: string; override;
 
Public class function GetHashSize: integer; override;
 
Public class function SelfTest: boolean; override;
 
Public procedure Init; override;
 
Public procedure Final(var Digest); override;
 
Public procedure Burn; override;
 
Public procedure Update(const Buffer; Size: longword); override;
 

Gerado por PasDoc 0.16.0.