Fabian Boemer
Fabian Boemer
What commit are you running with? This should give you more hints to the expected input (https://github.com/IntelAI/he-transformer/blob/master/src/seal/he_seal_backend.cpp#L129-L142)
The warning will be emitted for any parameter selection which sets `security_level: 0`. Unfortunately, the default parameters use `security_level: 0`, so this warning will be printed several times. As long...
This is the result of the default encryption parameters [here](https://github.com/IntelAI/he-transformer/blob/master/src/seal/he_seal_encryption_parameters.cpp#L56), which are used before the `--encryption_parameters` argument is processed.
Yes, this is correct.