Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 46 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,52 @@
"Bash(/tmp:*)",
"Bash(RUST_LOG=debug /tmp/test_rotation)",
"Bash(RUST_LOG=debug /tmp/test_xor_unopt)",
"Bash(RUST_LOG=debug cargo run --example advanced_optimizations -- --no-xor-chain)"
"Bash(RUST_LOG=debug cargo run --example advanced_optimizations -- --no-xor-chain)",
"WebFetch(domain:www.di-mgt.com.au)",
"Bash(cargo test:*)",
"Bash(cargo build:*)",
"Bash(cargo check:*)",
"Bash(cargo run:*)",
"Bash(find:*)",
"Bash(git checkout:*)",
"Bash(grep:*)",
"Bash(sed:*)",
"Bash(RUST_LOG=debug cargo test -p binius-beamish test_binary_choice_rewrite)",
"Bash(cargo fix:*)",
"Bash(RUN_FULL_TESTS=1 cargo test -p binius-beamish test_sha256_full_rounds -- --nocapture)",
"Bash(timeout 30 cargo test --release -p binius-beamish test_expression_sharing -- --nocapture)",
"Bash(cargo install:*)",
"Bash(./target/release/profile_sha256:*)",
"Bash(timeout 10 cargo test -p binius-beamish test_sha256_full_64_rounds -- --nocapture)",
"Bash(gtimeout 10 cargo test -p binius-beamish test_sha256_full_64_rounds -- --nocapture)",
"Bash(RUST_LOG=debug cargo test -p binius-beamish test_sha256_show_delayed_binding)",
"Bash(KECCAK_ROUNDS=1 cargo test -p binius-beamish test_keccak_single_round -- --nocapture)",
"Bash(rustc:*)",
"Bash(./test_icmp_ult)",
"Bash(./debug_icmp_ult)",
"Bash(./debug_blackbox)",
"Bash(./simple_test)",
"Bash(./step_debug)",
"Bash(./minimal_icmp)",
"Bash(RUST_LOG=debug ./debug_icmp_ult)",
"Bash(RUST_LOG=debug ./minimal_icmp)",
"Bash(./test_all_comparisons)",
"Bash(./test_icmp_eq)",
"Bash(./test_udiv)",
"Bash(./test_umod)",
"Bash(./test_div_mod)",
"Bash(./test_u32_div_mod:*)",
"Bash(cargo clippy:*)",
"Bash(timeout 10 cargo test -p binius-beamish test_keccak_full_rounds -- --nocapture)",
"Bash(gtimeout 10 cargo test -p binius-beamish test_keccak_full_rounds -- --nocapture)",
"Bash(./debug_eval)",
"Bash(./test_keccak_perf)",
"Bash(./test_keccak_params 4 1 false)",
"Bash(./test_keccak_params:*)",
"Bash(./compare_keccak)",
"Bash(./compare_rounds)",
"Bash(./trace_reuse)",
"Bash(./trace_traversal)"
],
"deny": [],
"ask": []
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
profile.json
Cargo.lock
CLAUDE.local.md
.claude/settings.local.json
/.idea/
**/.DS_Store
/.vscode
Expand Down
4 changes: 3 additions & 1 deletion crates/beamish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ binius-field = { path = "../field" }
log = "0.4"
env_logger = "0.11"

[dev-dependencies]
[dev-dependencies]
binius-frontend = { path = "../frontend" }
sha2 = "0.10"
Loading
Loading