rust-bitcoin-unsafe-fast/bitcoin/fuzz
Martin Habovstiak bcd95fa036 Add a newtype for script-pushable slice
The code previously contained undocumented panic when trying to push
slice. This change solves it by adding a newtype that guarantees limited
length.
2023-02-18 16:35:25 +01:00
..
fuzz_targets Add a newtype for script-pushable slice 2023-02-18 16:35:25 +01:00
hfuzz_input Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
.gitignore Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
Cargo.toml Patch hashes and update the code 2022-12-18 14:33:55 +01:00
cycle.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
travis-fuzz.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00