rust-secp256k1-unsafe-fast/src/ecdsa
Tobin Harding 806eaca5f1
Use feature std with rand-std
Recently we fixed a bunch of feature gates to use `rand-std` instead
of `rand` but in doing so did not notice that the same feature gates
were using `alloc` which is meaningless if `std` is enabled.

Feature gate on `std` if we are using `rand-std`.
2022-02-11 07:44:16 +00:00
..
mod.rs Use feature std with rand-std 2022-02-11 07:44:16 +00:00
recovery.rs Use feature std with rand-std 2022-02-11 07:44:16 +00:00