-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello, I encountered a specific use case while working with HEonGPU.
There's a concept of "depth" here, starting from 0 and incrementing gradually. Let's say I have a ciphertext already at depth 5, and I want to perform an operation between this ciphertext and a plaintext. Apart from encoding a plaintext directly and then using modulus switching, is there a function that allows me to encode the plaintext directly to depth 5? This would be more efficient than encoding to depth 0 and then performing multiple modulus switches.
Metadata
Metadata
Assignees
Labels
No labels