2022-01-21 18:16:48 +00:00
|
|
|
226,228d225
|
2019-10-21 15:06:23 +00:00
|
|
|
< SECP256K1_API secp256k1_context* secp256k1_context_create(
|
|
|
|
< unsigned int flags
|
|
|
|
< ) SECP256K1_WARN_UNUSED_RESULT;
|
2022-01-21 18:16:48 +00:00
|
|
|
231,233d227
|
2019-10-21 15:06:23 +00:00
|
|
|
< SECP256K1_API secp256k1_context* secp256k1_context_clone(
|
|
|
|
< const secp256k1_context* ctx
|
|
|
|
< ) SECP256K1_ARG_NONNULL(1) SECP256K1_WARN_UNUSED_RESULT;
|
2022-01-21 18:16:48 +00:00
|
|
|
248,250d241
|
2019-10-21 15:06:23 +00:00
|
|
|
< SECP256K1_API void secp256k1_context_destroy(
|
|
|
|
< secp256k1_context* ctx
|
2022-01-21 18:16:48 +00:00
|
|
|
< ) SECP256K1_ARG_NONNULL(1);
|
|
|
|
327,330d317
|
2019-10-21 15:06:23 +00:00
|
|
|
< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create(
|
|
|
|
< const secp256k1_context* ctx,
|
|
|
|
< size_t size
|
|
|
|
< ) SECP256K1_ARG_NONNULL(1);
|
2022-01-21 18:16:48 +00:00
|
|
|
338,341d324
|
2019-10-21 15:06:23 +00:00
|
|
|
< SECP256K1_API void secp256k1_scratch_space_destroy(
|
|
|
|
< const secp256k1_context* ctx,
|
|
|
|
< secp256k1_scratch_space* scratch
|
|
|
|
< ) SECP256K1_ARG_NONNULL(1);
|