Slow import of AES #786
Unanswered
xtremedata
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a question regarding the import time as in the topic, as it seems slow and I was wondering if there's a way to improve it in some way (as a client).
Thank you in advance,
Below are some timings:
time python3 -c 'from Cryptodome.Cipher import AES; import Cryptodome; print(f"v:{Cryptodome.__version__}")'
v:3.19.0
real 0m0.238s
user 0m0.212s
sys 0m0.024s
time python3 -c 'from Cryptodome.Cipher import AES; import Cryptodome; print(f"v:{Cryptodome.__version__}")'
v:3.10.1
real 0m0.310s
user 0m0.201s
sys 0m0.119s
Beta Was this translation helpful? Give feedback.
All reactions