Skip to content

Commit

Permalink
typo in comment for secp256k1_ec_pubkey_tweak_mul ()
Browse files Browse the repository at this point in the history
Fixes a typo in secp256k1.h documentation
  • Loading branch information
philsmd committed Jun 1, 2019
1 parent e541a90 commit 6914c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_mul(
* uniformly random 32-byte arrays, or equal to zero. 1 otherwise.
* Args: ctx: pointer to a context object initialized for validation
* (cannot be NULL).
* In/Out: pubkey: pointer to a public key obkect.
* In/Out: pubkey: pointer to a public key object.
* In: tweak: pointer to a 32-byte tweak.
*/
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
Expand Down

0 comments on commit 6914c25

Please sign in to comment.