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

Testing the addition of ciphertexts #3

Open
iammrgenie opened this issue Feb 11, 2022 · 2 comments
Open

Testing the addition of ciphertexts #3

iammrgenie opened this issue Feb 11, 2022 · 2 comments

Comments

@iammrgenie
Copy link

Hi,

Thanks for your library. I am trying to test the ciphertext addition function. However, when I try to decrypt the resulting ciphertext, I get 0. The decryption of a single ciphertext works fine. Do you happen to have tested this?

@lubux
Copy link
Owner

lubux commented Feb 11, 2022

@marvellous987
Copy link

marvellous987 commented Nov 27, 2023

@iammrgenie

Hi, I got the same problem with you when doing gamal_add(). It is because the the function from openssl EC_POINT_Add() in gamal_add() return 0 (an error). Almost 2 years passed, may I ask if you have any solution to this?

Thank you so much!

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

No branches or pull requests

3 participants