We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551cda commit a49e094Copy full SHA for a49e094
include/secp256k1.h
@@ -849,7 +849,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
849
* kind of elliptic curve point multiplication and thus does not benefit from
850
* enhanced protection against side-channel leakage currently.
851
*
852
- * It is safe call this function on a copy of secp256k1_context_static in writable
+ * It is safe to call this function on a copy of secp256k1_context_static in writable
853
* memory (e.g., obtained via secp256k1_context_clone). In that case, this
854
* function is guaranteed to return 1, but the call will have no effect because
855
* the static context (or a copy thereof) is not meant to be randomized.
0 commit comments