Skip to content

Commit 0af2355

Browse files
committed
Tune lvl3 Bgbit for lower BR noise
1 parent d64cf01 commit 0af2355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/params/128bit.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ struct lvl3param {
170170
static constexpr std::uint32_t k = 1;
171171
static constexpr std::uint32_t lₐ = 4;
172172
static constexpr std::uint32_t l = 4;
173-
static constexpr std::uint32_t Bgbit = 19;
174-
static constexpr std::uint32_t Bgₐbit = 19;
173+
static constexpr std::uint32_t Bgbit = 21;
174+
static constexpr std::uint32_t Bgₐbit = 21;
175175
static constexpr uint32_t Bg = 1U << Bgbit;
176176
static constexpr uint32_t Bgₐ = 1U << Bgₐbit;
177177
static constexpr ErrorDistribution errordist =

0 commit comments

Comments
 (0)