Struct libsecp256k1_core::curve::ECMultGenContext [−][src]
pub struct ECMultGenContext { /* fields omitted */ }
Expand description
Context for accelerating the computation of a*G.
Implementations
Create a new ECMultGenContext
from raw values.
Safety
The function is unsafe because incorrect value of pre_g
can lead to
crypto logic failure. You most likely do not want to use this function,
but ECMultGenContext::new_boxed
.
Inspect ECMultGenContext
values.
Auto Trait Implementations
impl RefUnwindSafe for ECMultGenContext
impl Send for ECMultGenContext
impl Sync for ECMultGenContext
impl Unpin for ECMultGenContext
impl UnwindSafe for ECMultGenContext