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 19dd205 commit 0e32b29Copy full SHA for 0e32b29
include/secp256k1.h
@@ -350,7 +350,10 @@ SECP256K1_API void secp256k1_context_set_illegal_callback(
350
) SECP256K1_ARG_NONNULL(1);
351
352
/** Set a callback function to be called when an internal consistency check
353
- * fails. The default is crashing.
+ * fails.
354
+ *
355
+ * The default callback writes an error message to stderr and calls abort
356
+ * to abort the program.
357
*
358
* This can only trigger in case of a hardware failure, miscompilation,
359
* memory corruption, serious bug in the library, or other error would can
0 commit comments