Variable lbcrypto::SPECTRAL_BOUND

Variable Documentation

const auto lbcrypto::SPECTRAL_BOUND = [](uint64_t n, uint64_t k, uint64_t base) -> double {return SPECTRAL_CONSTANT * (base + 1) * SIGMA * SIGMA * (std::sqrt(n * k) + std::sqrt(2 * n) + 4.7);}