Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Android KITKAT and native scrypt support? #28

Open
lhunath opened this issue Feb 5, 2015 · 2 comments
Open

Android KITKAT and native scrypt support? #28

lhunath opened this issue Feb 5, 2015 · 2 comments

Comments

@lhunath
Copy link

lhunath commented Feb 5, 2015

Google has this to say about Android KitKat's release:

"The Scrypt key derivation function is implemented to protect the cryptographic keys used for full-disk encryption."

Looking at the code, the Android source now includes this:

https://android.googlesource.com/platform/external/scrypt

Unfortunately, there isn't really any code reference to this project within the rest of the Android source tree, and I'm not sure how/whether KitKat's native scrypt support is available to applications. This is probably worth looking into!

Also, their code includes an "arm-neon.patch" which supposedly "Adds NEON acceleration for the Salsa20/8 mixing function." Might this be interesting for this project as well?

@legarspol
Copy link

@lhunath Is there any chance you succeed to use android's implementation of Scrypt ?

@lhunath
Copy link
Author

lhunath commented Dec 31, 2015

I did not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants