Skip to content

Commit

Permalink
Merge pull request #6 from gnosisguild/migrate-local
Browse files Browse the repository at this point in the history
Migrate local
  • Loading branch information
nginnever authored Aug 5, 2024
2 parents 32b81e6 + af70806 commit 2926764
Show file tree
Hide file tree
Showing 24 changed files with 6,900 additions and 55 deletions.
115 changes: 76 additions & 39 deletions packages/ciphernode/Cargo.lock

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

18 changes: 2 additions & 16 deletions packages/ciphernode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
[package]
name = "enclave-ciphernode"
version = "0.1.0"
edition = "2021"
description = ": coordinates the encryption and decryption of enclave computations"
repository = "https://github.com/gnosisguild/enclave/packages/ciphernode"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-std = "1.12.0"
libp2p = "0.53.2"
fhe = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }
fhe-traits = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }
fhe-util = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }

[workspace]
members = ["core", "eth", "enclave", "enclave_node"]
14 changes: 14 additions & 0 deletions packages/ciphernode/bfv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "bfv"
version = "0.1.0"
edition = "2021"
description = ": coordinates the encryption and decryption of enclave computations"
repository = "https://github.com/gnosisguild/enclave/packages/ciphernode"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-std = "1.12.0"
fhe = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }
fhe-traits = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }
fhe-util = { git = "https://github.com/gnosisguild/fhe.rs", version = "0.1.0-beta.7" }
File renamed without changes.
Loading

0 comments on commit 2926764

Please sign in to comment.