SHA512.HashSizeInBits Field

Definition

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

public: int HashSizeInBits = 512;
public const int HashSizeInBits = 512;
val mutable HashSizeInBits : int
Public Const HashSizeInBits As Integer  = 512

Field Value

Value = 512

Applies to