cgouert

Results 2 issues of cgouert

I see that it is possible to create an `LweCiphertextVector64` directly through encryption, but is there a way to create an `LweCiphertextVector64` from a variable of type `Vec`? For instance,...

**Describe the bug** After a smart_mul, the WoPBS does not yield the expected answer. **To Reproduce** ```rust use std::{collections::HashMap}; use tfhe::{ integer::{ gen_keys_radix, wopbs::*, }, shortint::parameters::{ parameters_wopbs_message_carry::WOPBS_PARAM_MESSAGE_2_CARRY_2_KS_PBS, PARAM_MESSAGE_2_CARRY_2_KS_PBS, }, };...

enhancement