-
Notifications
You must be signed in to change notification settings - Fork 288
arm-linux-androideabi #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently run-time feature detection "should work" on Android as is. It is currently explicitly disabled because of lack of CI support for it. I'll send a PR to enable it once the MIPS PR #365 one is merged, but just because your code might compile does not mean that it will work properly. Adding CI support for android should not be very hard though. I'll might get to it later today and send a PR with that as well. |
Feel free to tag me in the PR; interested in the follow up. |
@rubdos this error message is for the |
Then it's actually curve25519-dalek that's outdated; I'll give it a try. I'll reopen if it's not the case; this sounds very plausible. |
@rubdos let us know here if it works. |
@gnzlbg it seems like the implementation on curve25519-dalek uses pretty old stdsimd code, so I'm pretty certain that that's the case. I might give it a shot in the future, but it's not a priority :-) |
Uh oh!
There was an error while loading. Please reload this page.
I'm using stdsimd as an optional dependency for
curve25519-dalek
. Works fine on Intel, but I seem to be having issues compiling for Android.I wasn't sure whether this was a known issue, so I'm dropping it off here... I've seen the issue about the missing CI, but no open issues on Android support.
Easy reproducer:
cargo build --features=yolocrypto
on https://github.com/dalek-cryptography/curve25519-dalek.git , I'm doing this with Android API 18, NDK r16b.The text was updated successfully, but these errors were encountered: