File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 202,204d201
1+ 226,228d225
22< SECP256K1_API secp256k1_context* secp256k1_context_create(
33< unsigned int flags
44< ) SECP256K1_WARN_UNUSED_RESULT;
5- 215,217d211
5+ 231,233d227
66< SECP256K1_API secp256k1_context* secp256k1_context_clone(
77< const secp256k1_context* ctx
88< ) SECP256K1_ARG_NONNULL(1) SECP256K1_WARN_UNUSED_RESULT;
9- 232,234d225
9+ 248,250d241
1010< SECP256K1_API void secp256k1_context_destroy(
1111< secp256k1_context* ctx
12- < );
13- 311,314d301
12+ < ) SECP256K1_ARG_NONNULL(1) ;
13+ 327,330d317
1414< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create(
1515< const secp256k1_context* ctx,
1616< size_t size
1717< ) SECP256K1_ARG_NONNULL(1);
18- 322,325d308
18+ 338,341d324
1919< SECP256K1_API void secp256k1_scratch_space_destroy(
2020< const secp256k1_context* ctx,
2121< secp256k1_scratch_space* scratch
You can’t perform that action at this time.
0 commit comments