|
13 | 13 | "Bash(/tmp:*)", |
14 | 14 | "Bash(RUST_LOG=debug /tmp/test_rotation)", |
15 | 15 | "Bash(RUST_LOG=debug /tmp/test_xor_unopt)", |
16 | | - "Bash(RUST_LOG=debug cargo run --example advanced_optimizations -- --no-xor-chain)" |
| 16 | + "Bash(RUST_LOG=debug cargo run --example advanced_optimizations -- --no-xor-chain)", |
| 17 | + "WebFetch(domain:www.di-mgt.com.au)", |
| 18 | + "Bash(cargo test:*)", |
| 19 | + "Bash(cargo build:*)", |
| 20 | + "Bash(cargo check:*)", |
| 21 | + "Bash(cargo run:*)", |
| 22 | + "Bash(find:*)", |
| 23 | + "Bash(git checkout:*)", |
| 24 | + "Bash(grep:*)", |
| 25 | + "Bash(sed:*)", |
| 26 | + "Bash(RUST_LOG=debug cargo test -p binius-beamish test_binary_choice_rewrite)", |
| 27 | + "Bash(cargo fix:*)", |
| 28 | + "Bash(RUN_FULL_TESTS=1 cargo test -p binius-beamish test_sha256_full_rounds -- --nocapture)", |
| 29 | + "Bash(timeout 30 cargo test --release -p binius-beamish test_expression_sharing -- --nocapture)", |
| 30 | + "Bash(cargo install:*)", |
| 31 | + "Bash(./target/release/profile_sha256:*)", |
| 32 | + "Bash(timeout 10 cargo test -p binius-beamish test_sha256_full_64_rounds -- --nocapture)", |
| 33 | + "Bash(gtimeout 10 cargo test -p binius-beamish test_sha256_full_64_rounds -- --nocapture)", |
| 34 | + "Bash(RUST_LOG=debug cargo test -p binius-beamish test_sha256_show_delayed_binding)", |
| 35 | + "Bash(KECCAK_ROUNDS=1 cargo test -p binius-beamish test_keccak_single_round -- --nocapture)", |
| 36 | + "Bash(rustc:*)", |
| 37 | + "Bash(./test_icmp_ult)", |
| 38 | + "Bash(./debug_icmp_ult)", |
| 39 | + "Bash(./debug_blackbox)", |
| 40 | + "Bash(./simple_test)", |
| 41 | + "Bash(./step_debug)", |
| 42 | + "Bash(./minimal_icmp)", |
| 43 | + "Bash(RUST_LOG=debug ./debug_icmp_ult)", |
| 44 | + "Bash(RUST_LOG=debug ./minimal_icmp)", |
| 45 | + "Bash(./test_all_comparisons)", |
| 46 | + "Bash(./test_icmp_eq)", |
| 47 | + "Bash(./test_udiv)", |
| 48 | + "Bash(./test_umod)", |
| 49 | + "Bash(./test_div_mod)" |
17 | 50 | ], |
18 | 51 | "deny": [], |
19 | 52 | "ask": [] |
|
0 commit comments