You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: