You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fwiw, I'd strongly prefer if you use the scripts from rust-bitcoin/rust-lightning/rust-secp256k1, as that will mesh with some of my own scripts for fuzz cluster management.
I'm using the fuzz testing from rust-bitcoin as reference (newer did fuzz testing before). I've already written a binding for bitcoin-core's bech32.cpp implementation (c++ -> c -> unsafe rust -> rust). Now I'm trying to build Bech32 structs from the random byte-slice input.
Fuzz testing in
rust-bitcoin
found an error inrust-bech32
(rust-bitcoin/rust-bitcoin#100 ). This crate should have its own fuzz testing.The text was updated successfully, but these errors were encountered: