fix(optimizer): Conversion between dag and circuit solution

This commit is contained in:
Quentin Bourgerie
2023-03-30 17:03:45 +02:00
parent 142e0ed77e
commit caaec449f5

View File

@@ -174,7 +174,7 @@ impl ffi::CircuitSolution {
};
let small_key = ffi::SecretLweKey {
identifier: 1,
polynomial_size: sol.glwe_polynomial_size,
polynomial_size: sol.internal_ks_output_lwe_dimension,
glwe_dimension: 1,
description: "small representation".into(),
};