rust-lightning/lightning/src
Jeffrey Czyz 227fd51cb4
Add WithoutLength wrapper
When serializing variable-length types as part of a TLV stream, the
length does not need to be serialized as it is already encoded in TLV
records. Add a WithoutLength wrapper for this encoding. Replace
VecReadWrapper and VecWriteWrapper with this single type to avoid
redundant encoders.
2022-11-04 15:09:14 -05:00
..
chain Implement Hash for ConfirmationTarget 2022-11-04 02:32:45 -05:00
ln Add WithoutLength wrapper 2022-11-04 15:09:14 -05:00
offers Offer message interface and data format 2022-11-04 15:07:01 -05:00
onion_message Add WithoutLength wrapper 2022-11-04 15:09:14 -05:00
routing Add PrintableString utility 2022-11-04 15:07:01 -05:00
util Add WithoutLength wrapper 2022-11-04 15:09:14 -05:00
debug_sync.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
lib.rs Offer message interface and data format 2022-11-04 15:07:01 -05:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00