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
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: