wg / scrypt

Java implementation of scrypt
Apache License 2.0
426 stars 144 forks source link

Provide builds for other Android platforms #19

Open vRallev opened 10 years ago

vRallev commented 10 years ago

Using your library with Android is pretty easy. Add the maven artifact as dependency and insert the precompiled ARM library. Using the native library is necessary, the computation is about 20 times faster on my Nexus 5, because of the slow garbage collector in the pure Java implementation.

I tried to build the library, but I failed. Could you also provide a precompiled version for x86 and MIPS platforms?

schildbach commented 9 years ago

I think it would be nice if there was a second artifact – maybe named "scrypt-android" – that included all the usual .so for the different Android platforms and had a dependency to the already existing "scrypt" artifact.