-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Labels
Description
Hi! We are using dropbearkey in embedded systems, and noticed that the average delay for generating a RSA key of 2048 bits has doubled with 2022.82 version, compared to our previous 2018.76 version.
For example on these two low-power platforms:
- MIPS @ 150MHz: Now takes around 80 sec instead of 40 sec
- ARMv5 @ 456MHz: Now takes around 40 sec instead of 20 sec
It is of course an average, because the generation time varies greatly. Note that above numbers are based on 40 keys generated (20 keys for each version, alternately generated). I know it's not a tremendous amount of tests, but seems enough to see a trend.
Were you aware of such impact?