forked from 0xPolygonZero/plonky2
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cu 56cee09dd044de44f05c7d54383c6a8cb4078b29
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ rand = { workspace = true, features = ["getrandom"] } | |
serde = { workspace = true, features = ["alloc"] } | ||
static_assertions = { workspace = true } | ||
unroll = { workspace = true } | ||
cryptography_cuda ={git="ssh://[email protected]/okx/cryptography_cuda.git", rev="d44b861cf241d27688525e7a8f082199a2abcbfa", optional=true} | ||
cryptography_cuda ={git="ssh://[email protected]/okx/cryptography_cuda.git", rev="56cee09dd044de44f05c7d54383c6a8cb4078b29", optional=true} | ||
|
||
[dev-dependencies] | ||
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] } | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ once_cell = { version = "1.18.0" } | |
plonky2_field = { version = "0.2.0", path = "../field", default-features = false } | ||
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false } | ||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false } | ||
cryptography_cuda ={git="ssh://[email protected]/okx/cryptography_cuda.git", rev="d44b861cf241d27688525e7a8f082199a2abcbfa", optional=true} | ||
cryptography_cuda ={git="ssh://[email protected]/okx/cryptography_cuda.git", rev="56cee09dd044de44f05c7d54383c6a8cb4078b29", optional=true} | ||
|
||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] | ||
getrandom = { version = "0.2", default-features = false, features = ["js"] } | ||
|