File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -826,11 +826,6 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
826
826
* that it does not affect function results, but shields against attacks which
827
827
* rely on any input-dependent behaviour.
828
828
*
829
- * This function has currently an effect only on contexts initialized for signing
830
- * because randomization is currently used only for signing. However, this is not
831
- * guaranteed and may change in the future. It is safe to call this function on
832
- * contexts not initialized for signing; then it will have no effect and return 1.
833
- *
834
829
* It is highly recommended to call this function after secp256k1_context_create or
835
830
* secp256k1_context_clone (and secp256k1_context_preallocated_create or
836
831
* secp256k1_context_clone, resp.), and you may call this repeatedly afterwards.
You can’t perform that action at this time.
0 commit comments