Struct cry::dh::SharedKey [−][src]
Fields
key: Output<P>Implementations
impl<P: DisLogPoint<Scalar = S>, S: ScalarNumber> SharedKey<P>[src]
pub fn new(sk: &Keypair<P, S>, pk: &BarePublicKey<P>) -> Self[src]
Trait Implementations
impl<P: Clone + DisLogPoint> Clone for SharedKey<P>[src]
impl<P: Debug + DisLogPoint> Debug for SharedKey<P>[src]
impl<P: Eq + DisLogPoint> Eq for SharedKey<P>[src]
impl<P: PartialEq + DisLogPoint> PartialEq<SharedKey<P>> for SharedKey<P>[src]
impl<P: DisLogPoint> StructuralEq for SharedKey<P>[src]
impl<P: DisLogPoint> StructuralPartialEq for SharedKey<P>[src]
Auto Trait Implementations
impl<P> RefUnwindSafe for SharedKey<P> where
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<P> Send for SharedKey<P>
impl<P> Sync for SharedKey<P>
impl<P> Unpin for SharedKey<P> where
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: Unpin,
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: Unpin,
impl<P> UnwindSafe for SharedKey<P> where
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: UnwindSafe,
<<P as Bytes>::OutputSize as ArrayLength<u8>>::ArrayType: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,