-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feat/kms: call first version of KMS for reencrypt and decrypt #47
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6e9dd2 - Browse repository at this point
Copy the full SHA c6e9dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b504e2c - Browse repository at this point
Copy the full SHA b504e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 958b426 - Browse repository at this point
Copy the full SHA 958b426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70bdc30 - Browse repository at this point
Copy the full SHA 70bdc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf28a1 - Browse repository at this point
Copy the full SHA eaf28a1View commit details -
feature(decrypt): call KMS for decryption
IMPORTANT: the decrypt call should be replaced in most cases by cmux It is still called in Governor example in fhevm repository. To make tests passing we keep it for now. In the future, it will be replaced by async decryption For this early first version of KMS this is acceptable.
Configuration menu - View commit details
-
Copy full SHA for 8dd0820 - Browse repository at this point
Copy the full SHA 8dd0820View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 062abc6 - Browse repository at this point
Copy the full SHA 062abc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b69654 - Browse repository at this point
Copy the full SHA 1b69654View commit details -
Merge pull request #49 from zama-ai/features/add-cmux
feat() add ifThenElse to the stack
Configuration menu - View commit details
-
Copy full SHA for 43e4919 - Browse repository at this point
Copy the full SHA 43e4919View commit details -
Merge pull request #50 from zama-ai/feat/update-gas
feat() Update gas prices for decrypt and rand
Configuration menu - View commit details
-
Copy full SHA for 31f903f - Browse repository at this point
Copy the full SHA 31f903fView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a741912 - Browse repository at this point
Copy the full SHA a741912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9c6dd - Browse repository at this point
Copy the full SHA 4e9c6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c04cf17 - Browse repository at this point
Copy the full SHA c04cf17View commit details -
tests: fix tests that requires decryption after kms integration
- we now run tests that requires decryption using a local decryption instead of calling the kms - tests that necessarily require a kms to be live were disabled for now
Configuration menu - View commit details
-
Copy full SHA for 4e7ede6 - Browse repository at this point
Copy the full SHA 4e7ede6View commit details
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.