Struct secp256k1::curve::ECMultGenContext
source · [−]pub struct ECMultGenContext { /* private fields */ }
Expand description
Context for accelerating the computation of a*G.
Implementations
sourceimpl ECMultGenContext
impl ECMultGenContext
pub fn ecmult_gen(&self, r: &mut Jacobian, gn: &Scalar)
Auto Trait Implementations
impl RefUnwindSafe for ECMultGenContext
impl Send for ECMultGenContext
impl Sync for ECMultGenContext
impl Unpin for ECMultGenContext
impl UnwindSafe for ECMultGenContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more