secp256k1_context_no_precomp

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.

extern (C) extern __gshared
const(secp256k1_context)* secp256k1_context_no_precomp;

Meta