-
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.
fix: cleanup remaining mention of Curve25519 in
primitives.rs
- Loading branch information
Showing
2 changed files
with
20 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "13.1.0" | |
authors = [ | ||
"Théophile Brezot <[email protected]>", | ||
"Bruno Grieder <[email protected]>", | ||
"Hugo Rosenkranz-Costa <[email protected]>", | ||
] | ||
documentation = "https://docs.rs/cosmian_cover_crypt/" | ||
edition = "2021" | ||
|
@@ -14,6 +15,7 @@ description = "Key Policy attribute encryption based on subset cover" | |
[lib] | ||
crate-type = ["lib", "cdylib", "staticlib"] | ||
name = "cosmian_cover_crypt" | ||
|
||
# The cdylib is only interesting if the `--features ffi` flag is set on build | ||
# This does not seem to be actionable conditionally https://github.com/rust-lang/cargo/issues/4881 | ||
|
||
|
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