Trait secp256k1::Context [−][src]
A trait for all kinds of Context’s that Lets you define the exact flags and a function to deallocate memory. It shouldn’t be possible to implement this for types outside this crate.
Associated Constants
const FLAGS: c_uint
[src]
Flags for the ffi.
const DESCRIPTION: &'static str
[src]
A constant description of the context.
Required methods
unsafe fn deallocate(ptr: *mut [u8])
[src]
A function to deallocate the memory when the context is dropped.