Skip to content

Commit 3de685d

Browse files
authored
Update feldman_vss.py
Signed-off-by: David Osipov <[email protected]>
1 parent 1e76c5f commit 3de685d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feldman_vss.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"""
131131

132132
# /// script
133-
# requires-python = ">=3.8"
133+
# requires-python = ">=3.8.1"
134134
# dependencies = [
135135
# "gmpy2 == 2.2.1",
136136
# "msgpack == 1.1.0",
@@ -6077,4 +6077,4 @@ def verify_dual_commitments(
60776077
# Check equality using constant-time comparison
60786078
all_valid &= constant_time_compare(left_side, right_side)
60796079

6080-
return all_valid
6080+
return all_valid

0 commit comments

Comments
 (0)