SHA512.HashSizeInBytes Field

Definition

The hash size produced by the SHA512 algorithm, in bytes.

public: int HashSizeInBytes = 64;
public const int HashSizeInBytes = 64;
val mutable HashSizeInBytes : int
Public Const HashSizeInBytes As Integer  = 64

Field Value

Value = 64

Applies to