I am getting 20ms for a 4096bit RSA key decrypting on iOS and 223ms on Android consistently.
Some of the overhead is the React Native bridge, which we can not reduce I think. There are just 2 (relatively small) strings pushed over to the native side.
Could we increase the thread priority for decrypting?
I am getting 20ms for a 4096bit RSA key decrypting on iOS and 223ms on Android consistently.
Some of the overhead is the React Native bridge, which we can not reduce I think. There are just 2 (relatively small) strings pushed over to the native side.
Could we increase the thread priority for decrypting?