Expand description

A module for performing noise estimation on FHE programs.

Structs

  • A model for tracking noise growth using derivations of the canonical embedding norm of ciphertexts’ randomness as an upper bound.
  • A “model” that tracks noise growth in an FHE program just running it, measuring the noise of the output ciphertexts.

Enums

Constants

  • The maximum noise SEAL can introduce into a ciphertext during encryption.
  • The number of standard deviations for which SEAL can choose noise.
  • The standard deviation of the Gaussian noise introduced when encrypting ciphertexts.

Traits

  • A model for predicting noise growth in an FHE program.

Functions