Closed HaoXuan40404 closed 2 years ago
I’m learning FHE with SEAL, and found it weird that all parameters in native/examples called parms, e.g.:
EncryptionParameters parms(scheme_type::ckks);
maybe we should correct it to params?
"Parameters" are sometimes shortened to "parms".
I’m learning FHE with SEAL, and found it weird that all parameters in native/examples called parms, e.g.:
maybe we should correct it to params?