chore(ci): check more parameters set on lattice estimator

This commit is contained in:
David Testé
2024-12-09 09:39:59 +01:00
committed by David Testé
parent 7c2bcaee15
commit 8b460072d3
5 changed files with 252 additions and 38 deletions

View File

@@ -91,6 +91,8 @@ if __name__ == "__main__":
"boolean_parameters_lattice_estimator.sage",
"shortint_classic_parameters_lattice_estimator.sage",
"shortint_multi_bit_parameters_lattice_estimator.sage",
"shortint_cpke_parameters_lattice_estimator.sage",
"shortint_list_compression_parameters_lattice_estimator.sage",
):
to_update, to_watch = check_security(params_filename)
params_to_update.extend(to_update)