Home
last modified time | relevance | path

Searched defs:bigModulusArb (Results 1 – 2 of 2) sorted by relevance

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bfv/
H A Dbfv-impl.cpp77 const BigInteger &bigModulusArb, const BigInteger &bigRootOfUnityArb, in LPCryptoParametersBFV()
89 const BigInteger &bigModulusArb, const BigInteger &bigRootOfUnityArb, in LPCryptoParametersBFV()
H A Dbfv.cpp91 const IntType &bigModulusArb, const IntType &bigRootOfUnityArb, int depth, in LPCryptoParametersBFV()
112 const IntType &bigModulusArb, const IntType &bigRootOfUnityArb, int depth, in LPCryptoParametersBFV()
130 const IntType &bigModulusArb, const IntType &bigRootOfUnityArb, int depth, in LPCryptoParametersBFV()
714 const IntType &bigModulusArb = cryptoParamsLWE->GetBigModulusArb(); in EvalMult() local