Skip to content

Commit

Permalink
I'm not sure about why I added this 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nindanaoto committed Nov 19, 2023
1 parent 63f7446 commit 165c43f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/params/128bit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ struct lvl1param {
static constexpr T μ = 1U << 29;
static constexpr uint32_t plain_modulus = 8;
static constexpr double Δ =
static_cast<double>(1ULL << std::numeric_limits<T>::digits) /
(2 * plain_modulus);
static_cast<double>(1ULL << std::numeric_limits<T>::digits) / plain_modulus;
};

struct lvl2param {
Expand Down

0 comments on commit 165c43f

Please sign in to comment.