-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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\* | ||
|
||
|
@@ -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) | ||
``` | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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