This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
sp-core full_crypto
is no_std incompatible
#12793
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
When building for
no_std
targets,sp-core
dependency fails due to issue with libsecp256k1See more details and proposed fix paritytech/libsecp256k1#146
Steps to reproduce
$cargo generate --git https://github.com/rust-embedded/cortex-m-quickstart
sp-core = {version = "7.0.0", default-features = false, features = ["full_crypto"]}
dependency$cargo build --target=thumbv7m-none-eabi
The text was updated successfully, but these errors were encountered: