Skip to content

Commit

Permalink
Merge branch 'main' into lf-portable-encoding-commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan authored Jan 30, 2025
2 parents bfb6cc5 + 59fcb15 commit 8bf7f1d
Show file tree
Hide file tree
Showing 116 changed files with 2,161 additions and 2,253 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
hax_rev:
description: "The hax revision you want this job to use"
default: "main"
skip_diff:
description: "Skip diff jobs"
default: false
type: boolean
merge_group:

env:
Expand Down Expand Up @@ -59,6 +63,7 @@ jobs:
path: ~/fstar-extraction-mlkem

- name: = Diff Extraction
if: ${{ github.event.inputs.skip_diff != 'false' }}
run: |
diff -r libcrux-ml-kem/proofs/fstar/extraction/ \
~/fstar-extraction-mlkem/fstar/extraction/
Expand Down Expand Up @@ -114,6 +119,7 @@ jobs:
path: ~/fstar-extraction-mldsa

- name: = Diff Extraction
if: ${{ github.event.inputs.skip_diff != 'false' }}
run: |
diff -r libcrux-ml-dsa/proofs/fstar/extraction/ \
~/fstar-extraction-mldsa/fstar/extraction/
Expand Down
Loading

0 comments on commit 8bf7f1d

Please sign in to comment.