package
0.0.3
Repository: https://github.com/bittap-protocol/lnd.git
Documentation: pkg.go.dev

# Functions

RecycleSlice zeroes byte slice, making it fresh for another use.

# Constants

ReadSize represents the size of the maximum message that can be read off the wire by brontide.
WriteSize represents the size of the maximum plaintext message than can be sent using brontide.

# Type aliases

Read is a static byte array sized to the maximum-allowed Lightning message size, plus 16 bytes for the MAC.
Write is static byte array occupying to maximum-allowed plaintext-message size.