Helder Eijs

Results 68 comments of Helder Eijs

Fixed with 0b25c473bca872e08e991f0dcca0d34ce7dd8641, 0b25c473bca872e08e991f0dcca0d34ce7dd8641, 0b25c473bca872e08e991f0dcca0d34ce7dd8641

I am interested in merging this, but I am not sure it works preperly. For instance, it would be great to detect a wrong construct like: cipher = AES.new(b'\x00' *...

Not yet. Still on the wishlist.

Can you please try again with: PYCRYPTODOME_DEBUG=1 pip install pycryptodome and post the result?

My guess is that your installation of gcc 9.2 is incomplete (or broken) and not even able to compile the simplest C program. Have you tried that? For instance, it...

Good point. This `size` function is a left-over from Python 2.6 and older, which are not supported anymore.

Those `.so` files are not distributed with the 3.10.1 wheel in `pypi`. Is it correct that you compiled it on installation?

Sorry, so you run pip install and the package got compiled? No wheels used?

Can you please provide the output of: pip uninstall -y pycryptodome pip install -v pycryptodome

Thanks but this seems to fail (on Windows): https://github.com/Legrandin/pycryptodome/runs/5077309968?check_suite_focus=true .