DotNetLightning


PeerChannelEncryptor Module

Types and nested modules

Type/Module Description

PeerChannelEncryptor (Module)

BidirectionalNoiseState

DirectionalNoisestate

FinishedNoiseState

InBound

InProgressNoiseState

NextNoiseStep

NoiseState

NoiseStep

OutBound

PeerChannelEncryptor (Type)

Functions and values

Function or value Description

NOISE_CK

Full Usage: NOISE_CK

Returns: byte[]
Returns: byte[]

NOISE_H

Full Usage: NOISE_H

Returns: byte[]
Returns: byte[]

crypto

Full Usage: crypto

Returns: ICryptoImpl
Returns: ICryptoImpl

Type extensions

Type extension Description

BitConverter.GetBytesBE(data)

Full Usage: BitConverter.GetBytesBE(data)

Parameters:
    data : uint16

Returns: byte[]

Extended Type: BitConverter

data : uint16
Returns: byte[]

BitConverter.ToUint16BE(data)

Full Usage: BitConverter.ToUint16BE(data)

Parameters:
    data : byte array

Returns: uint16

Extended Type: BitConverter

data : byte array
Returns: uint16