Skip to content

Commit

Permalink
undo hpke
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 22, 2024
1 parent 79a8afc commit 11629c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 111 deletions.
122 changes: 15 additions & 107 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ rand = { version = "0.8" }
log = { version = "0.4", optional = true }
# WASM API
wasm-bindgen = { version = "0.2.87", optional = true }
hpke-rs = { version = "0.2.0", optional = true, git = "https://github.com/cryspen/hpke-rs.git", branch = "keks/tests-crate", package = "hpke-rs"}
hpke-rs-crypto = { version = "0.2.0", optional = true, git = "https://github.com/cryspen/hpke-rs.git", package = "hpke-rs-crypto"}
rand_core = { version = "0.2.0", optional = true}

# When using the hax toolchain, we have more dependencies.
# This is only required when doing proofs.
Expand All @@ -94,7 +91,6 @@ serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
hex = { version = "0.4.3", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
hpke-rs-tests = { git = "https://github.com/cryspen/hpke-rs.git", branch = "keks/tests-crate", package = "hpke-rs-tests" }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down

0 comments on commit 11629c3

Please sign in to comment.