We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d6d40 + 4b32fb1 commit e62e0b9Copy full SHA for e62e0b9
buidl/libsec.h
@@ -8,7 +8,7 @@ typedef struct secp256k1_context_struct secp256k1_context;
8
secp256k1_context* secp256k1_context_create(
9
unsigned int flags
10
);
11
-secp256k1_context* secp256k1_context_randomize(
+int secp256k1_context_randomize(
12
secp256k1_context* ctx,
13
const unsigned char *seed32
14
0 commit comments