cas-gf2-degree-400-packed-checker
- Kind
- witness-replay
- Status
- checked
Supports: the degree-400 Rabin certificate re-checks under the packed-word checker, which re-derives every Frobenius reduction and every Bezout identity from the certificate's own fields
cargo test -p axeyum-cas --lib gf2::tests::degree_400_known_witness_is_checked -- --exact 2>/dev/null | grep -cE '^test gf2::tests::degree_400_known_witness_is_checked \.\.\. ok$' Evidence notes
The `grep -cE` consumes the pipe and tests the count, so this command fails in BOTH of the two ways that matter: the test failing, and the filter matching no test at all (a renamed or deleted test yields zero `ok` lines and grep exits 1). A bare `cargo test` with a filter that matches nothing prints `0 filtered out` and exits 0 -- the shape this repository audited at 40 of 162 checker runs in 2026-08-15.