Class TRALSHA2_32

Unit

Declaration

type TRALSHA2_32 = class(TRALHashBase)

Description

No description available, ancestor TRALHashBase description follows

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 Swap(AValue: cardinal): cardinal;
Protected procedure Compress; override;
Protected procedure Initialize; override;
Protected procedure SetVersion(const Value: TRALSHA32Versions);

Properties

Published property Version: TRALSHA32Versions read FVersion write SetVersion;

Description

Methods

Public constructor Create;
 
Protected function Finalize: TBytes; override;
 
Protected function GetBuffer(AIndex: IntegerRAL): Pointer; override;
 
Protected function GetBufLength: IntegerRAL; override;
 
Protected function Swap(AValue: cardinal): cardinal;

returns swaps bits of a value

Protected procedure Compress; override;
 
Protected procedure Initialize; override;
 
Protected procedure SetVersion(const Value: TRALSHA32Versions);
 

Properties

Published property Version: TRALSHA32Versions read FVersion write SetVersion;
 


GitHub Repository
Generated by PasDoc 0.16.0.