Table of Contents

Class HashConstants

Namespace
NLightning.Bolts.Constants
Assembly
NLightning.Bolts.dll
public class HashConstants
Inheritance
HashConstants
Inherited Members

Fields

RIPEMD160_HASH_LEN

A constant specifying the size in bytes of the Ripemd160 hash function's output.

public const int RIPEMD160_HASH_LEN = 20

Field Value

int

SHA256_HASH_LEN

A constant specifying the size in bytes of the SHA256 hash function's output.

public const int SHA256_HASH_LEN = 32

Field Value

int