rust-lightning/lightning/src/util
Matt Corallo ffbef9fec7 Support building cfg=c_bindings with no-std
This will be needed for JavaScript bindings eventually.
2022-01-05 07:24:46 +00:00
..
atomic_counter.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
byte_utils.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
chacha20.rs Add get_single_block to chacha20 module 2021-12-16 15:30:52 -08:00
chacha20poly1305rfc.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
config.rs Add 'accept_inbound_channels' config option. 2021-11-17 18:54:47 +01:00
enforcing_trait_impls.rs Add anchor support to build_htlc_transaction 2021-11-23 08:05:16 -08:00
errors.rs Add mpp_timeout and invalid_onion_payload descriptions & handling 2021-12-14 21:11:32 +02:00
events.rs Drop need to store pending inbound payments 2021-12-16 15:32:21 -08:00
fuzz_wrappers.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
logger.rs Support building cfg=c_bindings with no-std 2022-01-05 07:24:46 +00:00
macro_logger.rs Fix compilation with the max_level_trace feature 2021-11-23 23:03:13 +00:00
message_signing.rs Enforces sig_rec length in message_signing 2021-07-20 11:41:38 +02:00
mod.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
poly1305.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
scid_utils.rs Improve short_channel_id utils 2021-03-09 15:34:52 -05:00
ser.rs Remove OnionV2 parsing support 2021-12-06 00:12:35 +00:00
ser_macros.rs Remove trailing ;s from macro calls to silence new rustc warnings 2021-11-02 20:47:34 +00:00
test_utils.rs Add get_inbound_payment_key_material to KeysInterface 2021-12-16 15:30:52 -08:00
transaction_utils.rs Use upstream rust-bitcoin's dust calculation instead of our own 2021-11-12 23:30:21 +00:00
zbase32.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00