diff --git a/projects/PiHE/config/constants.py b/projects/PiHE/config/constants.py new file mode 100644 index 000000000..437013791 --- /dev/null +++ b/projects/PiHE/config/constants.py @@ -0,0 +1,4 @@ +# Constants for PiHE +HE_LIBRARY = 'TFHE' # or 'SEAL' or 'HElib' +KEY_SIZE = 2048 +POLYNOMIAL_DEGREE = 4096