@@ -24,9 +24,9 @@ The library is available under a dual licensing scheme Affero GPL/v3 and commerc
2424
2525The library is based on:
2626
27- - [ CoverCrypt ] ( https://github.com/Cosmian/cover_crypt ) algorithm which allows
27+ - [ Covercrypt ] ( https://github.com/Cosmian/cover_crypt ) algorithm which allows
2828 creating ciphertexts for a set of attributes and issuing user keys with access
29- policies over these attributes. ` CoverCrypt ` offers Post-Quantum resistance.
29+ policies over these attributes. ` Covercrypt ` offers Post-Quantum resistance.
3030
3131- [ Findex] ( https://github.com/Cosmian/findex ) which is a cryptographic protocol designed to securely make search queries on
3232 an untrusted cloud server. Thanks to its encrypted indexes, large databases can
@@ -48,7 +48,7 @@ Please [check the online documentation](https://docs.cosmian.com/cloudproof_encr
4848
4949An interactive CLI demo combining policy-based encryption with searchable keywords.
5050
51- Users data from ` ./examples/cli_demo/data.json ` are encrypted using CoverCrypt and indexed via Findex.
51+ Users data from ` ./examples/cli_demo/data.json ` are encrypted using Covercrypt and indexed via Findex.
5252
5353Try the demo:
5454
@@ -88,15 +88,15 @@ The generated documentation will be in `./docs/_build/html`.
8888
8989## Versions Correspondence
9090
91- This library depends on [ CoverCrypt ] ( https://github.com/Cosmian/cover_crypt ) and [ Findex] ( https://github.com/Cosmian/findex ) .
91+ This library depends on [ Covercrypt ] ( https://github.com/Cosmian/cover_crypt ) and [ Findex] ( https://github.com/Cosmian/findex ) .
9292
9393This table shows the minimum version correspondence between the various components.
9494
95- | ` cloudproof_py ` | CoverCrypt | Findex | KMS |
95+ | ` cloudproof_py ` | Covercrypt | Findex | KMS |
9696| --------------- | ---------- | ----------- | ----- |
97- | >=4.1.0 | 11 .0.0 | 4 .0.0,4.0.1 | 4.5.0 |
98- | >=4.0.2 | 11.0.0 | 4.0.0,4.0.1 | 4.4.3 |
99- | >=4.0.1 | 11.0.0 | 4.0.0,4.0.1 | 4.4.2 |
97+ | >=4.1.0 | 12 .0.0 | 5 .0.0 | 4.5.0 |
98+ | >=4.0.2 | 11.0.0 | 4.0.1 | 4.4.3 |
99+ | >=4.0.1 | 11.0.0 | 4.0.1 | 4.4.2 |
100100| >=4.0.0 | 11.0.0 | 4.0.0,4.0.1 | 4.3.3 |
101101| >=3.0.0 | 11.0.0 | 3.0.0 | 4.3.3 |
102102| >=2.0.0 | 10.0.0 | 2.0.1,2.1.0 | 4.2.0 |
0 commit comments