-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Lodder <[email protected]>
- Loading branch information
1 parent
a808bc6
commit 710adeb
Showing
5 changed files
with
43 additions
and
44 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,9 +4,8 @@ name = "curve25519-dalek-ml" | |
# - update CHANGELOG | ||
# - update README if required by semver | ||
# - if README was updated, also update module documentation in src/lib.rs | ||
version = "4.1.2" | ||
version = "4.2.0" | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
authors = ["Isis Lovecruft <[email protected]>", | ||
"Henry de Valence <[email protected]>", | ||
"Michael Lodder <[email protected]>"] | ||
|
@@ -49,7 +48,7 @@ required-features = ["alloc", "rand_core"] | |
|
||
[dependencies] | ||
cfg-if = "1" | ||
elliptic-curve = { version = "0.13.5", features = ["hash2curve"], optional = true } | ||
elliptic-curve = { version = "0.13", features = ["hash2curve"], optional = true } | ||
ff = { version = "0.13", default-features = false, optional = true } | ||
group = { version = "0.13", default-features = false, optional = true } | ||
rand_core = { version = "0.6.4", default-features = false, optional = true } | ||
|
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