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
-[Building the native libraries on your own](#building-the-native-libraries-on-your-own)
19
19
20
20
<!-- tocstop -->
21
21
@@ -28,12 +28,12 @@ The library is available under a dual licensing scheme Affero GPL/v3 and commerc
28
28
The library is based on:
29
29
30
30
-[CoverCrypt](https://github.com/Cosmian/cover_crypt) algorithm which allows
31
-
creating ciphertexts for a set of attributes and issuing user keys with access
32
-
policies over these attributes. `CoverCrypt` offers Post-Quantum resistance.
31
+
creating ciphertexts for a set of attributes and issuing user keys with access
32
+
policies over these attributes. `CoverCrypt` offers Post-Quantum resistance.
33
33
34
34
-[Findex](https://github.com/Cosmian/findex) which is a cryptographic protocol designed to securely make search queries on
35
-
an untrusted cloud server. Thanks to its encrypted indexes, large databases can
36
-
securely be outsourced without compromising usability.
35
+
an untrusted cloud server. Thanks to its encrypted indexes, large databases can
36
+
securely be outsourced without compromising usability.
37
37
38
38
## Getting started
39
39
@@ -93,12 +93,13 @@ This table shows the compatible versions of the various components
93
93
From the version 5.0.0, `cloudproof_java` depends on [cloudproof_rust](https://github.com/Cosmian/cloudproof_rust) which wraps the interfaces of `CoverCrypt` and `Findex`.
Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<modelVersion>4.0.0</modelVersion>
6
6
<groupId>com.cosmian</groupId>
7
7
<artifactId>cloudproof_java</artifactId>
8
-
<version>8.0.0</version>
8
+
<version>8.0.1</version>
9
9
10
10
<name>cloudproof_java</name>
11
11
<description>The Cloudproof Java Lib secures data repositories in the cloud with attributes-based access control encryption and encrypted search</description>
0 commit comments