pub struct Dalek;Available on crate features
curve-ed25519 and alloc only.Expand description
Multiscalar implementation for Ed25519 curve
curve25519_dalek library provides multiscalar multiplication algorithm which only
works with Ed25519 curve. Due to the fact that it’s specifically instantiated for
the only one curve, this implementation is more efficient than generic Default
or Straus.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dalek
impl RefUnwindSafe for Dalek
impl Send for Dalek
impl Sync for Dalek
impl Unpin for Dalek
impl UnwindSafe for Dalek
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