mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix(optimizer): Conversion between dag and circuit solution
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user