lnsocket 0.5.1

An async lightning network socket with with core-lightning rpc support
Documentation
1
2
3
4
5
6
7
use bitcoin::hashes::cmp::fixed_time_eq;

pub(crate) mod chacha20;
pub(crate) mod chacha20poly1305rfc;
pub(crate) mod poly1305;
pub(crate) mod streams;
pub(crate) mod utils;