Kashiko Koibumi
|
21a7bdba44
|
use six.int2byte(), six.byte2int, six.BytesIO
|
2024-05-25 12:27:32 +09:00 |
|
|
98430c1cab
|
Use bytes everywhere in arithmetic
|
2021-08-17 15:57:08 +03:00 |
|
|
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 |
|