Skip to content

Commit 2eba4a9

Browse files
committed
Update code.py
1 parent 5b9436b commit 2eba4a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kryptools/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def minimum_distance(self, d_lower = None) -> int:
205205
d += 1
206206
if d_lower and d <= d_lower: # known lower bound
207207
self.d = d
208-
return d
208+
return d
209209
d_ub = min(d_ub, d)
210210
# Gosper's hack
211211
c = x & -x

0 commit comments

Comments
 (0)