Skip to content
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

Unable to compile sha2raw:2.1.0 on ARM platform #1442

Closed
dbshch opened this issue Apr 1, 2021 · 2 comments
Closed

Unable to compile sha2raw:2.1.0 on ARM platform #1442

dbshch opened this issue Apr 1, 2021 · 2 comments

Comments

@dbshch
Copy link

dbshch commented Apr 1, 2021

Description

The commit #1394 introduced a problem in the sha2raw crate:
On ARM platform, the mod sha256_intrinsics can't be imported.

error[E0432]: unresolved import crate::sha256_intrinsics
--> sha2raw/src/platform.rs:1:13
|
1 | use crate::{sha256_intrinsics, sha256_utils};
| ^^^^^^^^^^^^^^^^^ no sha256_intrinsics in the root

Acceptance criteria

Risks + pitfalls

Where to begin

@cryptonemo
Copy link
Collaborator

Build issue resolved by #1444

@cryptonemo
Copy link
Collaborator

Resolved by #1457

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

No branches or pull requests

2 participants