-
Notifications
You must be signed in to change notification settings - Fork 0
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
native: The executor fails with BAD_INPUT_CIPHERTEXT error #209
Comments
Culprit:Empty ciphertexts of the DetailsWhen any FHE operation is called with non-Scalar operands, the ciphertexts of the operands are hydrated from the EVM/Host state. However, if the operand handle is being computed prior to the FHE operation (as it's the case with the above example) then the ciphertexts cannot be hydrated. Therefore, no ciphertexts should be sent to the executor. See also: 634ebc9 Log after the change
|
Description
Upon running a simple
fheAdd
operation, the Executor always returns BAD_INPUT_CIPHERTEXT error.Log
The text was updated successfully, but these errors were encountered: