Fix a number of bugs in zbase32 and add a fuzzer which caught them.
authorMatt Corallo <git@bluematt.me>
Mon, 22 Mar 2021 16:19:28 +0000 (12:19 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Mar 2021 16:31:11 +0000 (12:31 -0400)
commitb1557067d92eab7a01ba7670416e7891eba3746b
tree71ad2f38ed8896b8f0ec7eda1412a1dc846187ec
parent8013667b58f6a2c142757212735d5710a786ac6b
Fix a number of bugs in zbase32 and add a fuzzer which caught them.
fuzz/src/bin/gen_target.sh
fuzz/src/bin/zbase32_target.rs [new file with mode: 0644]
fuzz/src/lib.rs
fuzz/src/zbase32.rs [new file with mode: 0644]
fuzz/targets.h
lightning/src/util/zbase32.rs