Files
concrete/estimator_new/conf.py
2022-04-04 23:39:02 +02:00

14 lines
250 B
Python

# -*- coding: utf-8 -*-
"""
Default values.
"""
from .reduction import Kyber, ABLR21
from .simulator import GSA
red_cost_model = Kyber
red_cost_model_classical_poly_space = ABLR21
red_shape_model = "gsa"
red_simulator = GSA
mitm_opt = "analytical"