..
atomic_counter.rs
Impl PartialEq and Debug for InMemorySigner
2023-05-31 18:19:31 -05:00
base32.rs
Move zbase32
implementation to base32
file
2023-09-06 15:07:25 +03:00
byte_utils.rs
Remove unnecessary byte_utils helpers
2022-12-05 12:11:38 -08:00
chacha20.rs
Add a ChaCha20 utility for encrypting in place
2023-08-29 11:08:11 -05:00
chacha20poly1305rfc.rs
Convert some vec_type
TLVs to required_vec
2023-07-07 21:07:06 +00:00
config.rs
Add max dust exposure multiplier config knob
2023-07-07 14:30:42 -05:00
crypto.rs
Add an encryption key to ExpandedKey for Offers
2023-08-29 11:08:11 -05:00
errors.rs
Move keysinterface.rs to a directory-level module called sign.
2023-05-02 21:48:08 -07:00
fuzz_wrappers.rs
Drop fuzztarget
feature entirely
2022-02-18 17:03:04 +00:00
indexed_map.rs
Replacing (C-not exported) in the docs
2023-03-22 14:30:36 +03:00
invoice.rs
Bump workspace to rust edition 2018
2022-10-21 14:47:34 -07:00
logger.rs
Drop use of RefCell in DebugIter
2023-07-17 10:57:34 -07:00
macro_logger.rs
Use new ChannelId type
2023-08-26 01:30:40 +02:00
message_signing.rs
Fix indent in message_signing.rs
2023-09-06 15:07:25 +03:00
mod.rs
Move zbase32
implementation to base32
file
2023-09-06 15:07:25 +03:00
persist.rs
Update storage constants to new PRIMARY/SECONDARY namespace terms
2023-09-28 18:35:38 +00:00
poly1305.rs
Bump workspace to rust edition 2018
2022-10-21 14:47:34 -07:00
scid_utils.rs
Move keysinterface.rs to a directory-level module called sign.
2023-05-02 21:48:08 -07:00
ser.rs
Implement serialization for [u16; 32]
, DRYing it with [u8; *]
2023-09-15 17:20:38 +00:00
ser_macros.rs
Document _init_and_read_* ser macro requirements
2023-08-23 11:28:42 -04:00
string.rs
SanitizedString struct to safely Display CounterpartyForceClosed peer_msg
2023-03-21 21:37:38 -07:00
test_channel_signer.rs
Rename EnforcingSigner to TestChannelSigner
2023-08-28 09:48:35 -07:00
test_utils.rs
Use Default::default()
to construct ()
as score-updating param
2023-10-01 00:05:01 +00:00
time.rs
Use MonotonicTime
as Instant
shifted by 10 years forward
2023-06-29 00:00:00 +00:00
transaction_utils.rs
Bump workspace to rust edition 2018
2022-10-21 14:47:34 -07:00
wakers.rs
Fix a leak in FutureState
when a Notifier
is dropped un-woken
2023-04-26 05:43:23 +00:00