pub struct X25519Suite;
Expand description
Represents an instantiation of the Sphinx protocol using the Curve25519 curve and OffchainKeypair
Trait Implementations§
Auto Trait Implementations§
impl Freeze for X25519Suite
impl RefUnwindSafe for X25519Suite
impl Send for X25519Suite
impl Sync for X25519Suite
impl Unpin for X25519Suite
impl UnwindSafe for X25519Suite
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