-
Notifications
You must be signed in to change notification settings - Fork 299
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
Symbol rust_crypto_util_fixed_time_eq_asm missing for aarch64 builds #383
Comments
I think I may have a fix for this. Opening a PR. |
I stumbled upon the same issue. Is there any reason, why pr with the fix is not merged? |
@debris |
posborne
added a commit
to posborne/rust-s3
that referenced
this issue
Jun 7, 2017
This change started due to my unfortunate exposure to a bug impacting the ability for my project to target aarch64: DaGenix/rust-crypto#383. In that issue (and in others) it is clear that rust-crypto is now deprecated in favor of the RustCrypto crates (here we need sha2/hmac). This change drops in this replacement for rust-crypto. Signed-off-by: Paul Osborne <[email protected]>
posborne
added a commit
to posborne/rust-s3
that referenced
this issue
Jun 7, 2017
This change started due to my unfortunate exposure to a bug impacting the ability for my project to target aarch64: DaGenix/rust-crypto#383. In that issue (and in others) it is clear that rust-crypto is now deprecated in favor of the RustCrypto crates (here we need sha2/hmac). This change drops in this replacement for rust-crypto. Signed-off-by: Paul Osborne <[email protected]>
niluxv
pushed a commit
to niluxv/rust-crypto
that referenced
this issue
Aug 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I might have the wrong place, but I think I've narrowed a failing build down to this helper function not being compiled for arm64.
I'm trying to build a project that depends on rust-crypto for multiple Apple iOS targets and combine the archives using lipo. Everything seems to go well until building the final product with XCode:
If I remove arm64 from my XCode targets (leaving arm7 and arm7s) it works fine. Is it possible that this function only compiles for 32-bit ARM architecture?
The text was updated successfully, but these errors were encountered: