-
Notifications
You must be signed in to change notification settings - Fork 22
feat: params crate [skip-line-limit] #1197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4589a34
bootstrap e3-fhe-params crate
0xjei 3b856e1
format
0xjei 3fb850f
update crisp verifier contract
0xjei 779740e
move greco conversions to dedicated crate
0xjei f3534a2
Merge branch 'main' into crate/e3-fhe-params
hmzakhalid bb808b6
remove bfv-helpers
0xjei 7a361de
fmt cargo
0xjei dfa982b
missing crate in dockerfile
0xjei 91d4303
fix server dockerfile and revs
0xjei 5d1c2b7
update integration legacy test
0xjei ac35174
update templates default integration tests
0xjei 52d3218
update to reflect plaintext mod of 10
0xjei 95f3469
update enclave-sdk to simplify params handling
0xjei 4166100
update template
0xjei c4dc6fa
removed unused import
0xjei 54ac979
update integration tests to insecure params
0xjei 7ebfbbe
get rid of stale 2048 or wrong hardcoded params
0xjei 878e0c8
update CRISP cargo lock
0xjei a57db44
update exp plaintext mod ptx mod insecure
0xjei 20c0d68
align to 1999
0xjei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
24 changes: 7 additions & 17 deletions
24
crates/bfv-helpers/Cargo.toml → crates/bfv-client/Cargo.toml
This file contains hidden or 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 |
|---|---|---|
| @@ -1,28 +1,18 @@ | ||
| [package] | ||
| name = "e3-bfv-helpers" | ||
| name = "e3-bfv-client" | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| license.workspace = true | ||
| description = "E3 - Enclave BFV Helpers" | ||
| repository = "https://github.com/gnosisguild/enclave/crates/bfv-helpers" | ||
| description = "E3 - BFV client helpers" | ||
| repository = "https://github.com/gnosisguild/enclave/crates/bfv-client" | ||
|
|
||
| [dependencies] | ||
| alloy-dyn-abi = { workspace = true } | ||
| alloy-primitives = { workspace = true } | ||
| anyhow.workspace = true | ||
| fhe-math = { git = "https://github.com/gnosisguild/fhe.rs" } | ||
| fhe-traits.workspace = true | ||
| fhe-util = { git = "https://github.com/gnosisguild/fhe.rs" } | ||
| e3-fhe-params = { workspace = true } | ||
| e3-greco-helpers = { workspace = true } | ||
| fhe.workspace = true | ||
| fhe-traits.workspace = true | ||
| greco = { package = "zkfhe-greco", git = "https://github.com/gnosisguild/zkfhe-generator" } | ||
| itertools = "0.14.0" | ||
| ndarray = "0.15" | ||
| num-bigint = { workspace = true } | ||
| num-traits = "0.2" | ||
| shared = { package = "zkfhe-shared", git = "https://github.com/gnosisguild/zkfhe-generator" } | ||
| strum.workspace = true | ||
| rand.workspace = true | ||
| shared = { package = "zkfhe-shared", git = "https://github.com/gnosisguild/zkfhe-generator" } | ||
| thiserror = { workspace = true } | ||
|
|
||
| [dev-dependencies] | ||
| hex.workspace = true |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.