Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Jun 28, 2024
1 parent a710ef5 commit 852cc22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ as well as two libraries:
- [DY\*](https://github.com/REPROSEC/dolev-yao-star-extrinsic), for symbolic security proofs

The Javascript extraction of MLS\* furthermore rely on:
- [HACL Packages](https://github.com/cryspen/hacl-packages), for the WASM build of HACL\* and its Javascript wrapper
- [HACL Packages](https://github.com/cryspen/hacl-packages) (branch `dev_aes_gcm_wasm`), for the WASM build of HACL\* and its Javascript wrapper

### Installing F\*

Expand Down Expand Up @@ -107,7 +107,7 @@ opam install js_of_ocaml js_of_ocaml-ppx integers_stubs_js
- [HACL Packages](https://github.com/cryspen/hacl-packages), must be cloned in `HACL_PACKAGES_HOME`

```bash
git clone [email protected]:cryspen/hacl-packages.git
git clone -b dev_aes_gcm_wasm [email protected]:cryspen/hacl-packages.git
export HACL_PACKAGES_HOME=$(cd hacl-packages; pwd)
```

Expand Down
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

hacl-packages-src = {
url = "github:cryspen/hacl-packages";
url = "github:cryspen/hacl-packages?ref=dev_aes_gcm_wasm";
flake = false;
};
};
Expand Down

0 comments on commit 852cc22

Please sign in to comment.