Skip to content

Commit 7ec71d0

Browse files
tqa236mantepse
andauthored
Update src/sage/crypto/mq/sr.py
Co-authored-by: Martin Rubey <[email protected]>
1 parent 0e9f0ae commit 7ec71d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/crypto/mq/sr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ def lin_matrix(self, length=None):
22892289
lin = matrix(self.base_ring(), length*e, length*e)
22902290
if e == 4:
22912291
l = [k.from_integer(x) for x in (5, 1, 12, 5)]
2292-
for k in range( length ):
2292+
for k in range(length):
22932293
for i in range(4):
22942294
for j in range(4):
22952295
lin[k*4+j, k*4+i] = l[(i-j) % 4] ** (2**j)

0 commit comments

Comments
 (0)