-
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.
- Change `Axis` to `Dimension` with a clear distinction between `Ordered` and `Unordered`. - Create a `Dictionary` data structure to store and update `Ordered Dimension` efficiently - Change the data structure of `MasterSecretKey` and `UserSecretKey` to keep track of subkeys version. - `Policy` does not count the attribute rotations anymore as they are stored in the subkeys. - a `UserSecretKey` can now be refreshed without any external `Policy` information. Co-authored-by: Théophile BRÉZOT <[email protected]>
- Loading branch information
Showing
26 changed files
with
1,868 additions
and
870 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmian_cover_crypt" | ||
version = "13.0.0" | ||
version = "13.1.0" | ||
authors = [ | ||
"Théophile Brezot <[email protected]>", | ||
"Bruno Grieder <[email protected]>", | ||
|
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
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
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
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
Oops, something went wrong.