Table of Contents

Class CryptoConstants

Namespace
NLightning.Common.Constants
Assembly
NLightning.Common.dll
public static class CryptoConstants
Inheritance
CryptoConstants
Inherited Members

Fields

CHACHA20_POLY1305_NONCE_LEN

public const int CHACHA20_POLY1305_NONCE_LEN = 12

Field Value

int

CHACHA20_POLY1305_TAG_LEN

public const int CHACHA20_POLY1305_TAG_LEN = 16

Field Value

int

LIBSODIUM_SHA256_STATE_LEN

public const int LIBSODIUM_SHA256_STATE_LEN = 104

Field Value

int

PRIVKEY_LEN

public const int PRIVKEY_LEN = 32

Field Value

int

PUBKEY_LEN

public const int PUBKEY_LEN = 33

Field Value

int

SHA256_BLOCK_LEN

public const int SHA256_BLOCK_LEN = 64

Field Value

int

SHA256_HASH_LEN

public const int SHA256_HASH_LEN = 32

Field Value

int