Skip to content

Commit

Permalink
Update lwe_primal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bencrts authored Jan 2, 2025
1 parent d6a1b09 commit b5258af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion estimator/lwe_primal.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def gaussian_heuristic_log_input(r):
# precision error, shift and re-compute
c_shift = 1e-300
r = [log(c_shift) + log(x / c_shift) for x in r]
print(r)

if d > 4096:
for i, _ in enumerate(r):
Expand Down

0 comments on commit b5258af

Please sign in to comment.