Skip to content

Commit

Permalink
Merge pull request #2 from dcousens/patch-1
Browse files Browse the repository at this point in the history
secp256k1: s/ellitic/elliptic
  • Loading branch information
apoelstra committed May 20, 2015
2 parents a6d9c2d + 26b3a16 commit cb901b1
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 @@ -218,7 +218,7 @@ SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdsa_recover_compact(
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4) SECP256K1_ARG_NONNULL(5);


/** Do an ellitic curve scalar multiplication in constant time.
/** Do an elliptic curve scalar multiplication in constant time.
* Returns: 1: exponentiation was successful
* -1: scalar was zero (cannot serialize output point)
* -2: scalar overflow
Expand Down

0 comments on commit cb901b1

Please sign in to comment.