wg / scrypt

Java implementation of scrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android M and native scrypt support?

jonatbergn opened this issue · comments

When trying to load native scrypt targeting android-23 following Exception will be thrown:

java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/pck.app-2/lib/arm/libscrypt.so: has text relocations

Does it have something to do with this Andriod 6.0 Change?