|
1 | | -226,228d225 |
2 | | -< SECP256K1_API secp256k1_context* secp256k1_context_create( |
| 1 | +236d235 |
| 2 | +< SECP256K1_API const secp256k1_context *secp256k1_context_static; |
| 3 | +239,240d237 |
| 4 | +< SECP256K1_API const secp256k1_context *secp256k1_context_no_precomp |
| 5 | +< SECP256K1_DEPRECATED("Use secp256k1_context_static instead"); |
| 6 | +286,289d282 |
| 7 | +< SECP256K1_API secp256k1_context *secp256k1_context_create( |
3 | 8 | < unsigned int flags |
4 | 9 | < ) SECP256K1_WARN_UNUSED_RESULT; |
5 | | -231,233d227 |
6 | | -< SECP256K1_API secp256k1_context* secp256k1_context_clone( |
7 | | -< const secp256k1_context* ctx |
| 10 | +< |
| 11 | +302,305d294 |
| 12 | +< SECP256K1_API secp256k1_context *secp256k1_context_clone( |
| 13 | +< const secp256k1_context *ctx |
8 | 14 | < ) SECP256K1_ARG_NONNULL(1) SECP256K1_WARN_UNUSED_RESULT; |
9 | | -248,250d241 |
| 15 | +< |
| 16 | +320,323d308 |
10 | 17 | < SECP256K1_API void secp256k1_context_destroy( |
11 | | -< secp256k1_context* ctx |
| 18 | +< secp256k1_context *ctx |
12 | 19 | < ) SECP256K1_ARG_NONNULL(1); |
13 | | -327,330d317 |
14 | | -< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create( |
15 | | -< const secp256k1_context* ctx, |
| 20 | +< |
| 21 | +402,406d386 |
| 22 | +< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space *secp256k1_scratch_space_create( |
| 23 | +< const secp256k1_context *ctx, |
16 | 24 | < size_t size |
17 | 25 | < ) SECP256K1_ARG_NONNULL(1); |
18 | | -338,341d324 |
| 26 | +< |
| 27 | +413,417d392 |
19 | 28 | < SECP256K1_API void secp256k1_scratch_space_destroy( |
20 | | -< const secp256k1_context* ctx, |
21 | | -< secp256k1_scratch_space* scratch |
| 29 | +< const secp256k1_context *ctx, |
| 30 | +< secp256k1_scratch_space *scratch |
22 | 31 | < ) SECP256K1_ARG_NONNULL(1); |
| 32 | +< |
| 33 | +636d610 |
| 34 | +< SECP256K1_API const secp256k1_nonce_function secp256k1_nonce_function_rfc6979; |
| 35 | +639d612 |
| 36 | +< SECP256K1_API const secp256k1_nonce_function secp256k1_nonce_function_default; |
0 commit comments