rgb-cln/tests/fuzz
Rusty Russell 4cc3eaf79c common/bech32: update to bech32m reference.
I did this by copying the updated bech32 code, and then re-patching in
our minor changes:

1. Headers modded (we need size_t)
2. Explicit length for bech32_encode/decode (not 90).
3. Exposing and bech32_ prefix for convert_bits, charset, charset_rev.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-06-11 13:54:20 +09:30
..
Makefile tests/fuzz: add a fuzz target for hsm_encryption 2021-01-06 13:50:01 +01:00
fuzz-addr.c build: introduce a fuzzing mode 2020-10-21 19:34:39 +02:00
fuzz-amount.c tests/fuzz: update for fmt_amount changes, create pseudorand for fuzzing. 2021-04-21 06:51:03 +09:30
fuzz-base32-64.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-bech32.c common/bech32: update to bech32m reference. 2021-06-11 13:54:20 +09:30
fuzz-bigsize.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-bip32.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-channel_id.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-close_tx.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-descriptor_checksum.c fuzz: add a fuzz target for common/descriptor_checksum 2020-11-10 10:34:13 -06:00
fuzz-hsm_encryption.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-initial_channel.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
libfuzz.c tests/fuzz: update for fmt_amount changes, create pseudorand for fuzzing. 2021-04-21 06:51:03 +09:30
libfuzz.h fuzz: add a 'to_string' function to libfuzz 2020-11-10 10:34:13 -06:00
run.py fuzz: add a runner Python script for fuzz targets 2020-10-21 19:34:39 +02:00