tectiv3 / react-native-aes

Native module for AES encryption
MIT License
188 stars 135 forks source link

Implementation refactor using JSI #91

Open tommasini opened 1 month ago

tommasini commented 1 month ago

I believe the performance could be increased by doing the implementation using JSI!

I found this article that could help achieve it: https://blog.notesnook.com/getting-started-react-native-jsi/