Type alias HomomorphicEncryptionParams

HomomorphicEncryptionParams: {
    coeffModulusArray: Int32Array;
    polyModulusDegree: number;
    scaleBit: number;
}

A type for homomorphic encryption (HE) parameters.

Type declaration

  • coeffModulusArray: Int32Array
  • polyModulusDegree: number
  • scaleBit: number