You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: