rust-secp256k1-unsafe-fast/no_std_test
Tobin Harding faa153988f
Remove call to deprecated methods
We recently added `sign_ecdsa` and `verify_ecdsa` and deprecated `sign`
and `verify`. The `no_std_test` crate got missed during the upgrade.

Remove call to deprecated methods `sign` and `verify` in `no_std_test`
crate.
2022-03-01 18:07:36 +00:00
..
src Remove call to deprecated methods 2022-03-01 18:07:36 +00:00
Cargo.toml New alloc feature 2021-06-08 20:41:49 +02:00