@@ -346,35 +346,15 @@ extern "C" {
346
346
pub fn secp256k1_ec_seckey_verify ( cx : * const Context ,
347
347
sk : * const c_uchar ) -> c_int ;
348
348
349
- #[ deprecated( since = "0.2.0" , note = "Please use the secp256k1_ec_seckey_tweak_add function instead" ) ]
350
- #[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_privkey_negate" ) ]
351
- pub fn secp256k1_ec_privkey_negate ( cx : * const Context ,
352
- sk : * mut c_uchar ) -> c_int ;
353
-
354
349
#[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_seckey_negate" ) ]
355
350
pub fn secp256k1_ec_seckey_negate ( cx : * const Context ,
356
351
sk : * mut c_uchar ) -> c_int ;
357
352
358
- #[ deprecated( since = "0.2.0" , note = "Please use the secp256k1_ec_seckey_tweak_add function instead" ) ]
359
- #[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_privkey_tweak_add" ) ]
360
- pub fn secp256k1_ec_privkey_tweak_add ( cx : * const Context ,
361
- sk : * mut c_uchar ,
362
- tweak : * const c_uchar )
363
- -> c_int ;
364
-
365
353
#[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_seckey_tweak_add" ) ]
366
354
pub fn secp256k1_ec_seckey_tweak_add ( cx : * const Context ,
367
355
sk : * mut c_uchar ,
368
356
tweak : * const c_uchar )
369
357
-> c_int ;
370
-
371
- #[ deprecated( since = "0.2.0" , note = "Please use the secp256k1_ec_seckey_tweak_mul function instead" ) ]
372
- #[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_privkey_tweak_mul" ) ]
373
- pub fn secp256k1_ec_privkey_tweak_mul ( cx : * const Context ,
374
- sk : * mut c_uchar ,
375
- tweak : * const c_uchar )
376
- -> c_int ;
377
-
378
358
#[ cfg_attr( not( rust_secp_no_symbol_renaming) , link_name = "rustsecp256k1_v0_6_1_ec_seckey_tweak_mul" ) ]
379
359
pub fn secp256k1_ec_seckey_tweak_mul ( cx : * const Context ,
380
360
sk : * mut c_uchar ,
0 commit comments