We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64cf01 commit 0af2355Copy full SHA for 0af2355
include/params/128bit.hpp
@@ -170,8 +170,8 @@ struct lvl3param {
170
static constexpr std::uint32_t k = 1;
171
static constexpr std::uint32_t lₐ = 4;
172
static constexpr std::uint32_t l = 4;
173
- static constexpr std::uint32_t Bgbit = 19;
174
- static constexpr std::uint32_t Bgₐbit = 19;
+ static constexpr std::uint32_t Bgbit = 21;
+ static constexpr std::uint32_t Bgₐbit = 21;
175
static constexpr uint32_t Bg = 1U << Bgbit;
176
static constexpr uint32_t Bgₐ = 1U << Bgₐbit;
177
static constexpr ErrorDistribution errordist =
0 commit comments