Class TRALMD5

Unit

Declaration

type TRALMD5 = class(TRALHashBase)

Description

This item has no description. Showing description inherited from TRALHashBase.

TRALHashBase

Hierarchy

Overview

Methods

Public constructor Create;
Protected function Finalize: TBytes; override;
Protected function GetBuffer(AIndex: IntegerRAL) : Pointer; override;
Protected function GetBufLength: IntegerRAL; override;
Protected function LRot32(AValue1, AValue2: Cardinal): Cardinal;
Protected procedure Compress; override;
Protected procedure Initialize; override;

Description

Methods

Public constructor Create;

This item has no description.

Protected function Finalize: TBytes; override;

This item has no description. Showing description inherited from TRALHashBase.Finalize.

Finalize the hash and returns it

Protected function GetBuffer(AIndex: IntegerRAL) : Pointer; override;

This item has no description. Showing description inherited from TRALHashBase.GetBuffer.

Returns the buffer pointer at a given position

Protected function GetBufLength: IntegerRAL; override;

This item has no description. Showing description inherited from TRALHashBase.GetBufLength.

Returns the length of the buffer

Protected function LRot32(AValue1, AValue2: Cardinal): Cardinal;

returns the left rotation of one value by the other

Protected procedure Compress; override;

This item has no description. Showing description inherited from TRALHashBase.Compress.

Used to compress the content, generating the hash

Protected procedure Initialize; override;

This item has no description. Showing description inherited from TRALHashBase.Initialize.

Used to initialize the hash



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.