pub struct CurveGenerator;
Expand description
Curve generator
Represents a curve generator. The curve point must implement From<CurveGenerator>
.
The curve scalar can be multiplied at CurveGenerator
, implementation may be
more efficient than a generic multiplication.
Auto Trait Implementations§
impl Freeze for CurveGenerator
impl RefUnwindSafe for CurveGenerator
impl Send for CurveGenerator
impl Sync for CurveGenerator
impl Unpin for CurveGenerator
impl UnwindSafe for CurveGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more