microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

Why all parameters in examples called parms #573

Closed HaoXuan40404 closed 2 years ago

HaoXuan40404 commented 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?

WeiDaiWD commented 2 years ago

"Parameters" are sometimes shortened to "parms".