Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(
    params: &Params,
    ntt: &NttTables,
    sk: &SecretKey,
    ct: &Ciphertext,
) -> Poly
Expand description

Decrypt a ciphertext to recover the plaintext polynomial.