RSA keygeneration takes long #1063
Unanswered
androidseb25
asked this question in
Q&A
Replies: 2 comments
-
there was no changes to rsa (or any major change) that could affect that diff 1.8.3...1.8.4 Normally slow means swift debug build. looks like xcode uncached something? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i think it's nothing with caching because i cleared derrived data and installed XCode new. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After updating to 1.8.4 keygeneration for RSA with a keysize 2048 takes up to 10s for generating!! I used the swift package manager and implement it for my iOS apps.
I tried a smaller keysize like 1024 and it takes 4s.
After updating to the last version (1.8.4) it slows down, other libraries with 1.8.3 runs fast 🤔
Beta Was this translation helpful? Give feedback.
All reactions