Home
last modified time | relevance | path

Searched refs:SEAL_POLY_MOD_DEGREE_MAX (Results 1 – 9 of 9) sorted by relevance

/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Ddefines.h52 #define SEAL_POLY_MOD_DEGREE_MAX 131072 macro
57 #if SEAL_CIPHERTEXT_SIZE_MAX > 0x100000000ULL / SEAL_POLY_MOD_DEGREE_MAX
H A Dgalois.cpp136 coeff_count_power > get_power_of_two(SEAL_POLY_MOD_DEGREE_MAX)) in initialize()
H A Dntt.cpp244 coeff_count_power > get_power_of_two(SEAL_POLY_MOD_DEGREE_MAX)) in initialize()
H A Drns.cpp512 if (coeff_count_power < 0 || poly_modulus_degree > SEAL_POLY_MOD_DEGREE_MAX || in initialize()
/dports/security/seal/SEAL-3.7.2/native/src/seal/
H A Dencryptionparams.cpp71 if (poly_modulus_degree64 > SEAL_POLY_MOD_DEGREE_MAX) in load_members()
H A Dmodulus.cpp145 …if (poly_modulus_degree > SEAL_POLY_MOD_DEGREE_MAX || poly_modulus_degree < SEAL_POLY_MOD_DEGREE_M… in Create()
H A Dcontext.cpp183 … (poly_modulus_degree < SEAL_POLY_MOD_DEGREE_MIN || poly_modulus_degree > SEAL_POLY_MOD_DEGREE_MAX) in validate()
H A Dckks.h675 …(logn < 0) || (coeff_count < SEAL_POLY_MOD_DEGREE_MIN) || (coeff_count > SEAL_POLY_MOD_DEGREE_MAX)) in decode_internal()
/dports/security/seal/SEAL-3.7.2/
H A DCHANGES.md408 …- `SEAL_POLY_MOD_DEGREE_MAX` is increased to 131072; values bigger than 32768 require the security…
427 To enable that, please adjust `SEAL_POLY_MOD_DEGREE_MAX` and `SEAL_COEFF_MOD_COUNT_MAX` in [native/…