You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the FPT code emission using --emit-tfhe-rust-bool, a memref<16x8x!tfhe_rust_bool.eb> is emitted as a Vec<Ciphertext> - should it be OK to use Vec<Vec<Ciphertext>>? The inner vecs are all the same size - but maybe this is a pain