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
I encounter Segmentation fault: 11 when using the C version of the code in my MacOS (x86). And, I encounter Segmentation fault (core dumped) when using the C version of the code in my B2s Azure virtual machine.
It return Segmentation fault sometimes during the gamal_add and sometimes during the decrypt function. (I tried to print out something after each line.)
May I ask if I have done something wrongly? And, the implementation is tested on which kind of machine?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I encounter
Segmentation fault: 11
when using the C version of the code in my MacOS (x86). And, I encounterSegmentation fault (core dumped)
when using the C version of the code in my B2s Azure virtual machine.The code:
It return Segmentation fault sometimes during the
gamal_add
and sometimes during the decrypt function. (I tried to print out something after each line.)May I ask if I have done something wrongly? And, the implementation is tested on which kind of machine?
Thank you.
The text was updated successfully, but these errors were encountered: