Skip to content
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: inputs in SyncComputeRequest #13

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

dartdart26
Copy link
Collaborator

Inputs are global to a SyncComputeRequest. Additionally, introduce a FHE_GET_INPUT_CIPHERTEXT FHE operation that allows for a client to get an input ciphertext (that is not part of FHE computation). Would be used by the verifyCiphertext function in fhEVM-native.

Change ciphertext version to 0.

Add an integration test for gettting an input ciphertext.

Introduce ciphertext compression - all ciphertexts coming in and going out of SyncComputeRequest will be compressed.

@dartdart26 dartdart26 requested a review from david-zk August 28, 2024 15:05
@dartdart26 dartdart26 self-assigned this Aug 28, 2024
Inputs are global to a SyncComputeRequest. Additionally, introduce a
`FHE_GET_INPUT_CIPHERTEXT` FHE operation that allows for a client to get
an input ciphertext (that is not part of FHE computation). Would be used
by the `verifyCiphertext` function in fhEVM-native.

Change ciphertext version to 0.

Add an integration test for gettting an input ciphertext.

Introduce ciphertext compression - all ciphertexts coming in and going
out of `SyncComputeRequest` will be compressed.
@dartdart26 dartdart26 force-pushed the petar/sync-compute-inputs branch from 127271b to b3cc07f Compare August 28, 2024 15:35
@dartdart26 dartdart26 merged commit 7640c2f into main Aug 29, 2024
2 checks passed
@dartdart26 dartdart26 deleted the petar/sync-compute-inputs branch August 29, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants