Expose Bech32Encode trait for fuzzing
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 9 Feb 2023 16:59:11 +0000 (10:59 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 24 Feb 2023 00:25:49 +0000 (18:25 -0600)
commit56a01de61d0eab8c3d343b51e1a500098baa5aea
treea9a1f0af46313f9a7161031636aa1afc481baf7f
parent16168d4c07c6f5f4c636b58cdec914f7e28126b4
Expose Bech32Encode trait for fuzzing

In order to fuzz test Bech32Encode parsing independent of the underlying
message deserialization, the trait needs to be exposed. Conditionally
expose it only for fuzzing.
lightning/src/offers/parse.rs