Commit 85798ea
committed
test(fixtures): run the public-input tamper test on the base-commit path
The suite split put `tampered_public_input_is_rejected` in
`challenge_soundness_suite!`, so it only ran on `GoldilocksEfField` and the
base-commit witness path lost its dedicated public-input tamper test. It uses
`squaring_chain` and `two_public_inputs` and carries no
`Embedding<Target = Base<P>>` bound, unlike the two tests it was grouped with,
so it belongs in `soundness_suite!`.
Moving it back gives `GoldilocksField` both halves of the public-input pair: the
hash-guard rejection and the binding-covector rejection.1 parent b49471a commit 85798ea
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
455 | 460 | | |
456 | 461 | | |
457 | 462 | | |
| |||
460 | 465 | | |
461 | 466 | | |
462 | 467 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
0 commit comments