vls-protocol 0.13.0

A library for implementing a Lightning signer, which externalizes and secures cryptographic operations.
Documentation
1
2
3
4
5
// Bit positions from c-lightning/common/features.h:
pub const OPT_STATIC_REMOTEKEY: usize = 12;
pub const OPT_ANCHOR_OUTPUTS: usize = 20;
pub const OPT_ANCHORS_ZERO_FEE_HTLC_TX: usize = 22;
pub const OPT_MAX: usize = 32;