Commit Graph

4 Commits

Author SHA1 Message Date
Dmitri Bogomolov da8bd36614
Fix python3 issues in pyelliptic:
- use dotted imports, remove unneeded shebangs
 - openssl._OpenSSL._version is of type bytes
 - use b'\x00' literal instead of chr(0) in eccblind and test_openssl
 - use // and divmod in arithmetic to fit PEP238:
   https://docs.python.org/3/whatsnew/2.2.html#pep-238-changing-the-division-operator
2021-02-18 17:11:36 +02:00
lakshyacis b16515dc09
arithmetic docstring and formatting 2020-01-07 13:20:30 +05:30
coffeedogs ab1dd319e3
Fixed: Code style and lint fixes 2018-05-24 10:53:11 +01:00
fuzzgun b79d1e93f5 Debian packaging 2013-04-01 20:23:32 +01:00