Skip to content

Commit 6a40988

Browse files
committed
Not work, possible reason: RustCrypto/RSA#390
1 parent 16941e3 commit 6a40988

File tree

5 files changed

+93
-186
lines changed

5 files changed

+93
-186
lines changed

Cargo.lock

+80-125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features =
1616
"std",
1717
] }
1818
guest = { path = "./guest" }
19-
k256 = "0.13.3"
2019
rand_core = "0.6.4"
21-
# rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }
22-
# rand = "0.8.5"
20+
rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }
2321

2422
[patch.crates-io]
2523
ark-ff = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }

guest/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ path = "./src/lib.rs"
1111
guest = []
1212

1313
[dependencies]
14-
k256 = { version = "0.13.3", default-features = false, features = ["schnorr"] }
1514
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt" }
16-
# rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }
15+
rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }

0 commit comments

Comments
 (0)