Skip to content

Commit

Permalink
Errata 166266
Browse files Browse the repository at this point in the history
  • Loading branch information
aantonop committed Mar 14, 2018
1 parent dcdc470 commit 7ed95b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ec-math.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def random_secret():
convert_to_int = lambda array: int("".join(array).encode("hex"), 16)

# Collect 256 bits of random data from the OS's cryptographically secure
# random generator
# random number generator
byte_array = os.urandom(32)

return convert_to_int(byte_array)
Expand Down

0 comments on commit 7ed95b2

Please sign in to comment.