BfvClientParametersForScalarU64 stores all necessary precomputes for client side BFV functions like encryption, decryption, encoding, decoding, rlk and galois key generations
- BFVClientParametersForU64 already implements traits for BFVEncoding, Decoding, Decryption, Encryption.
- Implement
HybridKskKeyGenParameters: For now we can follow the blueprint of HybridKskParametersScalarU64::new and leave the task of optimise to not generate parameters for unused levels for later