File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 202,204d201
1
+ 226,228d225
2
2
< SECP256K1_API secp256k1_context* secp256k1_context_create(
3
3
< unsigned int flags
4
4
< ) SECP256K1_WARN_UNUSED_RESULT;
5
- 215,217d211
5
+ 231,233d227
6
6
< SECP256K1_API secp256k1_context* secp256k1_context_clone(
7
7
< const secp256k1_context* ctx
8
8
< ) SECP256K1_ARG_NONNULL(1) SECP256K1_WARN_UNUSED_RESULT;
9
- 232,234d225
9
+ 248,250d241
10
10
< SECP256K1_API void secp256k1_context_destroy(
11
11
< secp256k1_context* ctx
12
- < );
13
- 311,314d301
12
+ < ) SECP256K1_ARG_NONNULL(1) ;
13
+ 327,330d317
14
14
< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create(
15
15
< const secp256k1_context* ctx,
16
16
< size_t size
17
17
< ) SECP256K1_ARG_NONNULL(1);
18
- 322,325d308
18
+ 338,341d324
19
19
< SECP256K1_API void secp256k1_scratch_space_destroy(
20
20
< const secp256k1_context* ctx,
21
21
< secp256k1_scratch_space* scratch
You can’t perform that action at this time.
0 commit comments