Struct secp256k1::ffi::Context [−][src]
#[repr(C)]pub struct Context(_);
A Secp256k1 context, containing various precomputed values and such
needed to do elliptic curve computations. If you create one of these
with secp256k1_context_create you MUST destroy it with
secp256k1_context_destroy, or else you will have a memory leak.
Trait Implementations
impl Clone for Context[src]
impl Clone for Contextfn clone(&self) -> Context[src]
fn clone(&self) -> ContextReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Context[src]
impl Debug for Context