paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
175 stars 84 forks source link

remove alloc to support no_std targets without global allocators #103

Open yeti-g opened 2 years ago

yeti-g commented 2 years ago

Crate builds for certain no_std targets but not those without heap memory.

Offending code is seems to becore/src/ecmult.rs