You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently integrating the paillier-bigint library into a React Native project for secure data encryption and decryption. To support cryptographic functions, I've installed and configured react-native-quick-crypto as outlined in the documentation (react-native-quick-crypto).
However, I'm experiencing what seems to be significant performance overhead:
Based on the documentation and typical performance metrics for mobile devices, I anticipated quicker execution times for both encryption and decryption processes. It's unclear whether these observed times are expected or if they indicate a potential performance issue.
Steps to Reproduce
Install react-native-quick-crypto following the instructions in the repository.
Implement encryption and decryption using paillier-bigint.
Measure the execution time for encryption and decryption.
Question
Is the observed execution time within the expected range for the given setup, or are there potential optimizations/configuration adjustments that could improve performance?
Thanks!
The text was updated successfully, but these errors were encountered:
Environment
Description
I'm currently integrating the
paillier-bigint
library into a React Native project for secure data encryption and decryption. To support cryptographic functions, I've installed and configuredreact-native-quick-crypto
as outlined in the documentation (react-native-quick-crypto).However, I'm experiencing what seems to be significant performance overhead:
Expected Behavior
Based on the documentation and typical performance metrics for mobile devices, I anticipated quicker execution times for both encryption and decryption processes. It's unclear whether these observed times are expected or if they indicate a potential performance issue.
Steps to Reproduce
react-native-quick-crypto
following the instructions in the repository.paillier-bigint
.Question
Is the observed execution time within the expected range for the given setup, or are there potential optimizations/configuration adjustments that could improve performance?
Thanks!
The text was updated successfully, but these errors were encountered: