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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Context
[src]

Formats the value using the given formatter.