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
Remove rand feature; bump elliptic-curve and ecdsa
Updates to use the `group` crate. See: RustCrypto/traits#287.
This crate has a hard `rand_core` dependency so this commit gets rid of
the `rand` features across the board and makes them mandatory.
(Even if we don't end up shipping the `group` crate this release, that's
probably for the best to keep the number of features down)
This commit additionally splits out `no_std` build testing into
`tests/*_no_std` Cargo projects. This is a workaround until the Cargo
resolver is fixed upstream:
rust-lang/cargo#7915rust-lang/cargo#7916
0 commit comments