Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PyryL committed Nov 15, 2023
1 parent 2a49ab9 commit 9ad7eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyber/encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ def encrypt(self):

u = matmod(u)
v = polmod(v)

u = compress(u, du)
v = compress([v], dv)

u = encode(u, du)
v = encode(v, dv)

Expand Down

0 comments on commit 9ad7eb9

Please sign in to comment.