cln/wire
Rusty Russell 1c925e0a25 common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED
Only in developer mode, ofc.

Notes:
1. We have to move the initialization before the lightningd main trace_start,
   since that uses pseudorand().
2. To make the results stable, we need to use per-caller values to randbytes().
   Otherwise external timing changes the call order.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-07-13 18:15:06 -07:00
..
test common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2026-07-13 18:15:06 -07:00
bolt12_wire.csv bolt12: import draft payer proof spec. 2026-05-11 11:13:55 +09:30
channel_type_wire.csv common/channel_type: wrapper for generated 'struct channel_type'. 2021-09-13 15:53:23 +02:00
extracted_bolt12_01_recurrence.patch wire: update to slight spec neating. 2025-10-01 15:31:30 +09:30
extracted_bolt12_02_payer_proofs.patch bolt12: import draft payer proof spec. 2026-05-11 11:13:55 +09:30
extracted_onion_03_onionmsg-payload-as-bytearr.patch wire: update to bolt version which has offers included. 2025-02-11 20:19:01 -06:00
extracted_onion_05_remove-onion_message.patch BOLTs: update which renames blinding terminology. 2024-10-16 07:14:32 +10:30
extracted_peer-shutdown-wrong_funding.patch BOLTs: more textual changes. 2026-04-30 20:09:31 +09:30
extracted_peer_04_opt_will_fund.patch BOLT catchup: quiescence is included. 2024-10-16 07:14:32 +10:30
extracted_peer_05_newonion.patch BOLTs: update which renames blinding terminology. 2024-10-16 07:14:32 +10:30
extracted_peer_cln_batch_element.patch wire/splice: rename messages and TLV fields per updated BOLTs 2026-06-19 09:38:06 +09:30
fromwire.c wire: add explicit-length fromwire_peektype variant. 2025-11-28 09:16:53 +10:30
Makefile common: routines to create and validate payer proofs. 2026-05-11 11:13:55 +09:30
onion_defs.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
onion_wire.csv wire: update to bolt version which has offers included. 2025-02-11 20:19:01 -06:00
peer_wire.c wire/splice: rename messages and TLV fields per updated BOLTs 2026-06-19 09:38:06 +09:30
peer_wire.csv wire/splice: rename messages and TLV fields per updated BOLTs 2026-06-19 09:38:06 +09:30
peer_wire.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
tlvstream.c global: more missing BOLT quotes. 2026-04-30 12:17:43 +09:30
tlvstream.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
towire.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
wire.h wire: add explicit-length fromwire_peektype variant. 2025-11-28 09:16:53 +10:30
wire_io.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
wire_io.h connectd: do decryption for peers. 2022-01-20 15:24:06 +10:30
wire_sync.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30