sidefuzz
sidefuzz copied to clipboard
Fuzzer to automatically find side-channel (timing) vulnerabilities
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.4] - 2021-06-15 Additions Use const-generics to support arrays of all sizes (#1104) Implement Clone...
Updates the requirements on [statrs](https://github.com/boxtown/statrs) to permit the latest version. Changelog Sourced from statrs's changelog. v0.14.0 upgrade rand dependency to 0.8 fix inaccurate sampling of Gamma Implemented Empirical distribution Implemented...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [color-backtrace](https://github.com/athre0z/color-backtrace) to permit the latest version. Changelog Sourced from color-backtrace's changelog. [v0.5.1] (2021-04-25) Add the ability to print module_name:offset, or address of frame Contributed by [@s1341],...
Updates the requirements on [rolling-stats](https://github.com/ryankurte/rust-rolling-stats) to permit the latest version. Commits 8bb49c9 (cargo-release) version 0.4.0 0c1c23e implement display for stats object, add merge function See full diff in compare view...
Hi, I' trying to sidefuzz the sha3 implementation of RustCrypto, but it gives the following error: ```Error: wasm error: Function: Module doesn't have export input_is_str``` Here is the code: ```rust...
Currently this crate is not publishable to crates.io in it's current form because we are using a modified and path-vendored copy of wasmi. In order to get exported public functions...
It would be useful for lots of fuzzing targets to allow for variable-time "set up" of statics that are then re-used in the fuzzing. For example, generating keys when we...
Currently, SideFuzz only does Fixed vs Fixed testing. It would be useful to add support for fixed vs random as well.
We currently only do a t-test to check for differences in the mean, it would be useful to also add support for various second-order tests such as Kolmogorov-Smirnov