-
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.
- Loading branch information
Showing
9 changed files
with
46 additions
and
56 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
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 = "recrypt" | ||
version = "0.13.1" | ||
version = "0.14.0" | ||
authors = ["IronCore Labs <[email protected]>"] | ||
readme = "README.md" | ||
license = "AGPL-3.0-only" | ||
|
@@ -23,7 +23,7 @@ cfg-if = "1" | |
clear_on_drop = "0.2" | ||
derivative = "2.1" | ||
# Disable all features for ed25519 and enable the proper ones down in the [features] section below | ||
ed25519-dalek = {version = "=0.1.0", default-features = false, features = ["std"], package = "ed25519-dalek-fiat"} | ||
ed25519-dalek = {version = "2.1.1", default-features = false, features = ["std", "rand_core"]} | ||
# Explicit dependency so we can pass the wasm-bindgen flag to it | ||
getrandom = {version = "0.2", optional = true} | ||
gridiron = "0.10" | ||
|
@@ -55,10 +55,7 @@ debug = false | |
lto = true | ||
|
||
[features] | ||
default = ["u64_backend"] | ||
u64_backend = ["ed25519-dalek/u64_backend"] | ||
u32_backend = ["ed25519-dalek/u32_backend"] | ||
wasm = ["u32_backend", "clear_on_drop/no_cc", "getrandom/js"] | ||
wasm = ["clear_on_drop/no_cc", "getrandom/js"] | ||
#Can be used to disable the automatic mlock detection for architectures. | ||
disable_memlock = [] | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,3 +1,3 @@ | ||
[toolchain] | ||
profile = "default" | ||
channel = "1.80.1" | ||
channel = "1.82.0" |
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