cas-gf2-tensor-karatsuba-degree-2-replay
- Kind
- witness-replay
- Status
- checked
Supports: the named 3-term rank-one decomposition XOR-reconstructs all 12 coefficients of the degree-2 GF(2) polynomial-multiplication tensor, exactly, at rank 3
cargo test -p axeyum-cas --lib gf2_tensor::tests::karatsuba_degree_2_replays_at_rank_three -- --exact 2>/dev/null | grep -cE '^test gf2_tensor::tests::karatsuba_degree_2_replays_at_rank_three \.\.\. ok$' Evidence notes
Verified on this host both directions: the real test path gives count=1, exit 0; a deliberately absent test path gives count=0, exit 1 through this grep -cE shape (the same repository-documented trap this shape exists to close -- a bare `cargo test` filter matching nothing prints `0 filtered out` and exits 0). The assertion pins BOTH rank (3, exactly decomposition.terms.len()) and coefficients_checked (12, the full dense volume), so a decomposition that under- or over-counts either fails here, not merely one that gets a coefficient wrong.