Skip to content

Commit 9b6eeb8

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

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
@@ -2295,7 +2295,7 @@ def lin_matrix(self, length=None):
22952295
lin[k*4+j, k*4+i] = l[(i-j) % 4] ** (2**j)
22962296
elif e == 8:
22972297
l = [k.from_integer(x) for x in (5, 9, 249, 37, 244, 1, 181, 143)]
2298-
for k in range( length ):
2298+
for k in range(length):
22992299
for i in range(8):
23002300
for j in range(8):
23012301
lin[k*8+j, k*8+i] = l[(i-j) % 8] ** (2**j)

0 commit comments

Comments
 (0)