Skip to content

Commit

Permalink
Not work, possible reason: RustCrypto/RSA#390
Browse files Browse the repository at this point in the history
  • Loading branch information
dloghin committed Apr 11, 2024
1 parent 16941e3 commit 6a40988
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 186 deletions.
205 changes: 80 additions & 125 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features =
"std",
] }
guest = { path = "./guest" }
k256 = "0.13.3"
rand_core = "0.6.4"
# rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }
# rand = "0.8.5"
rsa = { version = "0.9.6", default-features = false, features = ["sha2"] }

[patch.crates-io]
ark-ff = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }
Expand Down
3 changes: 1 addition & 2 deletions guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ path = "./src/lib.rs"
guest = []

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

0 comments on commit 6a40988

Please sign in to comment.