AntonKueltz
AntonKueltz
Local fix is to replace `from django.utils.importlib import import_module` with `from importlib import import_module` in `/path/to/your/pythonX.X/site_packages/endless_pagination/loaders.py`. Works as long as you are running Python2.7 or later. Sources - [Django 1.9...
Without knowing the details of the changes you made with `ecdsa` and the how `ecdsa` benchmarks itself it's hard to say where the discrepancy is. A couple possibilities come to...
Looking further at the merge request you have these are candidates for the increase in speed as well - * Use 2-ary Non-Adjacent Form for multiplication * Precompute point doublings...
> that being said, libgmp is side channel secure? I see mpz_powm_sec in documentation, but nothing similar for multiplication... Based on the GMP documentation it seems implicit that unless otherwise...
I'll take a look at the best way to do this once the `2.0` release is stable, shouldn't be much longer.
@martriay did the above work for you? If you have installed gmp via brew you should be able to point the compiler to the correct headers and libs via CFLAGS...
Sorry to hear that this is still broken for you on the M1 chips. I have no way to repro so I'm afraid I can't help much here. The only...
Yes, I suppose it's not explicitly stated in the README (which it probably should be), but the package isn't written with Windows in mind as one of the target OSes....
Understood. I can try to see if I can make the configuration / setup process play nice with Windows, but I can't promise any results. Ideally it would be nice...
Able to build and install but something is still going wrong - ```python $ python setup.py build $ python setup.py install $ python setup.py test running test Traceback (most recent...