System.Hash.THashSHA1.GetBlockSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBlockSize: Integer; inline;

C++

int __fastcall GetBlockSize(void);

Properties

Type Visibility Source Unit Parent
function public
System.Hash.pas
System.Hash.hpp
System.Hash THashSHA1

Description

Returns the block size of this hash instance.

See Also