-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from ANSSI-FR/prepare-mla-v1.3.0
Prepare MLA-v1.3.0
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
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 = "mla" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Camille Mougey <[email protected]>"] | ||
edition = "2018" | ||
license = "LGPL-3.0-only" | ||
|
@@ -43,6 +43,9 @@ hex = { version = "0.4", default-features = false, features = ["alloc"]} | |
static_assertions = { version = "1", default-features = false } | ||
|
||
[features] | ||
# x25519-dalek depends on curve25519-dalek, which requires at least one feature to be enabled | ||
# -> use default u64_backend (x25519-dalek's default) to have a working default compilation | ||
default = ["x25519-dalek/u64_backend"] | ||
send = [] | ||
|
||
[[bench]] | ||
|