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.
2 parents a6d9c2d + 26b3a16 commit cb901b1Copy full SHA for cb901b1
include/secp256k1.h
@@ -218,7 +218,7 @@ SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdsa_recover_compact(
218
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4) SECP256K1_ARG_NONNULL(5);
219
220
221
-/** Do an ellitic curve scalar multiplication in constant time.
+/** Do an elliptic curve scalar multiplication in constant time.
222
* Returns: 1: exponentiation was successful
223
* -1: scalar was zero (cannot serialize output point)
224
* -2: scalar overflow
0 commit comments