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

core dump error #3

Open
thoongee opened this issue Aug 2, 2022 · 0 comments
Open

core dump error #3

thoongee opened this issue Aug 2, 2022 · 0 comments

Comments

@thoongee
Copy link

thoongee commented Aug 2, 2022

Hello, recently I downloaded your github code and followed installation part. I did 1:1 Matching with BFV scheme and 1:N Matching with BFV well. But when I tried 1:1 Matching with CKKS scheme and 1:N Matching with CKKS shceme, enrollment worked well, but a core dump error occurred when executing the authentication code (./autentication-ckks-1-to-1 16 128 and also ./autentication-ckks-1-to-n 16 128). The full error is attached below

(seal) islab@islab-linux:~/seal/secure-face-matching/bin$ ./authentication-ckks-1-to-1 16 128
16

Total memory allocated by global memory pool: 0 MB
Line 77 --> Set encryption parameters and print
/
| Encryption parameters :
| scheme: CKKS
| poly_modulus_degree: 4096
| coeff_modulus size: 200 (60 + 40 + 40 + 60) bits

Loading Public Key: ../data/keys/public_key_ckks_1_to_1.bin
terminate called after throwing an instance of 'std::invalid_argument'
what(): encryption parameters are not set correctly
stopped (core dumped)

May I ask how can I resolve this error?

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

1 participant