Android slow AES decryption
Ref: Android encryption/decryption issue (AES) I am building an android app which requires aes decryption of a really large package (~50Mb) and it is really slow when implemented in android's inbuilt aes decryption mechanism (around 5 minutes). Based on the above posts in SO, I attempted to use ndk and tried to download native libraries (openssl) to use for this app. However, openssl for android has a really large number of files and I do not know which ones to use to create the .so file. I am quite inexperienced with the use of ndk and native code in android apps and would find any