Key reusability

How do we use the same keys and std . dev of noise to encrypt two different circuits which which has same input type?

Hello,

Right now you can’t do that (chaining circuits by reusing output of program1 as input of program2). The only workaround is to use the client to decrypt output of program1 and encrypt it as input of program2.

1 Like