You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,33 @@ You can also look the [`examples` directory](./examples) for examples with multi
45
45
46
46
This library is free software and is available on NPM public repository.
47
47
48
-
As a pre-requisite, the WASM binaries required for Findex and CoverCrypt must be fetched (or be manually copied from <https://package.cosmian.com> into `src/pkg` directory):
48
+
As a pre-requisite, the WASM binaries required for Findex, CoverCrypt or FPE must be fetched
49
+
using the the following python script
49
50
50
51
```bash
51
52
python3 scripts/download_wasm.py
52
53
```
53
54
54
-
And next:
55
+
or be manually copied from <[https://package.cosmian.com/cloudproof_rust/v3.0.2/darwin.zip]> into the `src/pkg` directory:
56
+
57
+
Then, `the clouproof_js` library should be installed in `node_modules`
55
58
56
59
```bash
57
60
npm i cloudproof_js
58
61
```
59
62
63
+
After these steps, the project directory should have the following structure
0 commit comments