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
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
The text was updated successfully, but these errors were encountered:
BfvClientParametersForScalarU64 stores all necessary precomputes for client side BFV functions like encryption, decryption, encoding, decoding, rlk and galois key generations
HybridKskKeyGenParameters
: For now we can follow the blueprint ofHybridKskParametersScalarU64::new
and leave the task of optimise to not generate parameters for unused levels for laterThe text was updated successfully, but these errors were encountered: