Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Add a simple secp256k1 context object with no precomputed tables #5

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

garyyu
Copy link
Member

@garyyu garyyu commented Oct 7, 2019

(Pick this feature from https://github.com/rust-bitcoin/rust-secp256k1 repo.)

A simple secp256k1 context object with no precomputed tables. These are useful for
type serialization/parsing functions which require a context object to maintain
API consistency, but currently do not require expensive precomputations or dynamic
allocations.

SECP256K1_API extern const secp256k1_context *secp256k1_context_no_precomp;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant