Skip to content

Commit 5a3133e

Browse files
committed
Add beamish-2
1 parent ac0144d commit 5a3133e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+6421
-5512
lines changed

.claude/settings.local.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,40 @@
1313
"Bash(/tmp:*)",
1414
"Bash(RUST_LOG=debug /tmp/test_rotation)",
1515
"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)"
1750
],
1851
"deny": [],
1952
"ask": []

crates/beamish/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ binius-field = { path = "../field" }
1010
log = "0.4"
1111
env_logger = "0.11"
1212

13-
[dev-dependencies]
13+
[dev-dependencies]
14+
binius-frontend = { path = "../frontend" }
15+
sha2 = "0.10"

0 commit comments

Comments
 (0)