rust-lightning/lightning/src/util
Jeffrey Czyz 05bf27f745
Schnorr Signature serialization
BOLT 12 uses Schnorr signatures for signing offers messages, which need
to be serialized.
2022-12-09 08:53:45 -06: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 Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
chacha20poly1305rfc.rs Remove outdated allow(unused) 2022-10-24 15:00:03 -04:00
config.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
crypto.rs bitcoin crate 0.28.1 2022-05-05 18:04:42 +02:00
enforcing_trait_impls.rs Drop useless mut in KeysInterface::sign_holder_anchor_input 2022-10-26 20:46:34 +00:00
errors.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
events.rs Mention user_channel_id rand. version req. 2022-11-16 18:50:43 +01:00
fairrwlock.rs Fix unused code warnings. 2022-05-13 18:03:51 +02:00
fuzz_wrappers.rs Drop fuzztarget feature entirely 2022-02-18 17:03:04 +00:00
invoice.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
logger.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
macro_logger.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
message_signing.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
mod.rs Add PrintableString utility 2022-11-04 15:07:01 -05:00
persist.rs Remove generic Signer parameter where it can be inferred from KeysInterface 2022-11-09 16:15:11 -08:00
poly1305.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
scid_utils.rs Remove generic Signer parameter where it can be inferred from KeysInterface 2022-11-09 16:15:11 -08:00
ser.rs Schnorr Signature serialization 2022-12-09 08:53:45 -06:00
ser_macros.rs Reduce visibility for offer auxiliary types 2022-12-02 15:26:27 -08:00
string.rs Builder for creating offers 2022-11-08 13:18:15 -06:00
test_utils.rs Merge pull request #1779 from valentinewallace/2022-10-node-pk-keysinterface 2022-10-24 17:37:25 +00:00
time.rs Handle monotonic clock going backwards during runtime 2022-09-02 21:57:32 +00:00
transaction_utils.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
wakers.rs Await Future::poll Completed before unsetting notify-required 2022-11-16 00:21:43 +00:00
zbase32.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00