Refactor hax proofs to return errors when length is wrong instead of … #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: hax | |
| on: | |
| push: | |
| jobs: | |
| fstar-type-checking: | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: ⤵ Install and configure hax | |
| uses: hacspec/hax-actions@main | |
| with: | |
| fstar: v2025.02.17 | |
| hax_reference: tls-codec-panic-freedom | |
| - run: sudo apt-get install protobuf-compiler | |
| - name: 🏃 Extract F* | |
| run: | | |
| rm -f proofs/fstar/extraction/*.fst* | |
| ./hax.py extract | |
| - name: 🏃 Type-check extracted F* | |
| run: ./hax.py prove | |