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
The Cloudproof Java library provides a Java-friendly API to [Cosmian's Cloudproof Encryption](https://docs.cosmian.com/).
6
6
@@ -86,26 +86,19 @@ key is half hybridized).
86
86
87
87
## Versions Correspondence
88
88
89
-
This library uses the 2 native libraries CoverCrypt and Findex for performance and safe implementation reasons.
89
+
This library uses [cloudproof_rust](https://github.com/Cosmian/cloudproof_rust) for both CoverCrypt and Findex FFI interface.
90
90
91
91
This table shows the compatible versions of the various components
92
92
93
-
| This lib | KMS Server | CoverCrypt | Findex |
94
-
|----------|------------|------------|--------|
95
-
| 3.0.0 | 4.0.1 | 8.0.1 | 1.0.1 |
96
-
| 3.0.2 | 4.0.1 | 8.0.1 | 2.0.0 |
97
-
| 3.0.3 | 4.0.1 | 8.0.2 | 2.0.0 |
98
-
| 4.0.0 | 4.2.0 | 10.0.0 | 2.0.1 |
99
-
| 4.0.1 | 4.2.0 | 10.0.0 | 2.0.1 |
100
-
| 4.1.0 | 4.2.0 | 10.0.0 | 2.1.0 |
101
-
102
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
+1-1Lines changed: 1 addition & 1 deletion
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>7.0.0</version>
8
+
<version>8.0.0</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