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
k256/p256: have std activate ecdsa-core/std (#273)
Closes#271
This is needed to define a `std::error::Error` impl on errors arising
from the `ecdsa` crate.
Unfortunately without weak activation this means the `ecdsa` crate gets
pulled in by default, but we can circle back on that later.
0 commit comments