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
Hi there. could you please share this fix?. I've already got the liboqs file there. FATAL EXCEPTION: main Process: com.example.liboqstestapp, PID: 31062 java.lang.UnsatisfiedLinkError: dlopen failed: library "liboqs-jni.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1082) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1661) at com.example.liboqs.Common.loadNativeLibrary(Common.java:31) at com.example.liboqs.KEMs.<clinit>(KEMs.java:12) at com.example.liboqstestapp.MainActivity.onCreate(MainActivity.java:49)
The text was updated successfully, but these errors were encountered:
Hi, next time please consider providing more context and necessary information (what environment, which modifications/Branch, how to reproduce).
I assume you checked out the master Branch and tried to run the app in the emulator?
Please consider reading the Readme
There seems to be an issue (or further configuration) with compiling for 32 Bit abis like x86 and arm-7 (#2 and #3). Because of this the local emulator (x86) might not compile as no .so file is provided.
So Emulator wont run because of not so easy (unrealistic/impossible) issues with the liboqs changes for android are needed.
Overall this repository is more a proof of concept, as the algorithms are not updated and may provide broken alogrithms.
I am not aware if the finalist of NISTs did change since releasing this repo.
The CI Part was stalled as you can read further here. #13
2 links ahead young could find out that The fork of this repo probably resolves this issue
Hi there. could you please share this fix?. I've already got the liboqs file there.
FATAL EXCEPTION: main Process: com.example.liboqstestapp, PID: 31062 java.lang.UnsatisfiedLinkError: dlopen failed: library "liboqs-jni.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1082) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1661) at com.example.liboqs.Common.loadNativeLibrary(Common.java:31) at com.example.liboqs.KEMs.<clinit>(KEMs.java:12) at com.example.liboqstestapp.MainActivity.onCreate(MainActivity.java:49)
The text was updated successfully, but these errors were encountered: