Skip to contents

Encrypts the client's masked decryption result under the public key, raising the ciphertext modulus back to a fresh level.

Usage

int_boot_encrypt(pk, ct)

Arguments

pk

A PublicKey.

ct

A Ciphertext from the client (typically the masked-decryption output processed off-line).

Value

A refreshed Ciphertext.