-
Notifications
You must be signed in to change notification settings - Fork 35
Minimum security level? #29
Comments
The warning will be emitted for any parameter selection which sets So it is expected, but not ideal, behavior. I'll leave this open to fix. |
I actually get this message for every parameter setting in the configs folder, including N13_L7. For example, the command:
produces this as output:
|
This is the result of the default encryption parameters here, which are used before the |
I am also experiencing the same issue when I try to use configuration files even with security level >= 128. If I am understanding this correctly, are you saying that the warnings are before the processing step, but the matrix multiplication is actually run with the correct security level in the config? |
Yes, this is correct. |
For all the examples I try to run, including the simple matrix multiply example in the "examples" folder, I get an output which says
[WARN] 2020-02-23T08:18:04z src/seal/seal_util.cpp 36 Parameter selection does not enforce minimum security level
I have tried using every parameter setting in the "configs" folder.
Is this the expected behavior?
The text was updated successfully, but these errors were encountered: