We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eb7892 + 35baffd commit 0f00e82Copy full SHA for 0f00e82
ecdsa/util.py
@@ -28,7 +28,7 @@ def randrange(order, entropy=None):
28
29
Note that this function is not declared to be forwards-compatible: we may
30
change the behavior in future releases. The entropy= argument (which
31
- should get a callable that behaves like os.entropy) can be used to
+ should get a callable that behaves like os.urandom) can be used to
32
achieve stability within a given release (for repeatable unit tests), but
33
should not be used as a long-term-compatible key generation algorithm.
34
"""
0 commit comments