Package: pyelliptic / 1.5.5-2
Metadata
Package | Version | Patches format |
---|---|---|
pyelliptic | 1.5.5-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix random numbers.patch | (download) |
pyelliptic/openssl.py |
6 4 + 2 - 0 ! |
don't generate random numbers when impossible If there is not enough entropy to make a good random number, then we should wait until there is enough. Otherwise, we can end up with an error. |
fix indentation bug.patch | (download) |
pyelliptic/arithmetic.py |
18 9 + 9 - 0 ! |
fix indentation on functions in arithmetic.py When arithmetic.py was added to pyelliptic from pybitmessage, the indentation was incorrect. Consequentially, four of the functions in arithmetic.py do not work when called. This patch fixes the indentation such that these functions work correctly when called. |
1