[][src]Struct vru_noise::EncryptedPoint

pub struct EncryptedPoint<A, I>(_)
where
    A: NoiseAlgorithm,
    I: Unsigned
;

Trait Implementations

impl<A, I> Token<A> for EncryptedPoint<A, I> where
    A: NoiseAlgorithm,
    I: Unsigned,
    EncryptedPayload<A, CompressedCurve<A::Curve>>: LineValid
[src]

type Input = EncryptedPayload<A, CompressedCurve<A::Curve>>

type Output = GenericArray<u8, U0>

Auto Trait Implementations

impl<A, I> RefUnwindSafe for EncryptedPoint<A, I> where
    A: RefUnwindSafe,
    I: RefUnwindSafe

impl<A, I> Send for EncryptedPoint<A, I> where
    A: Send,
    I: Send

impl<A, I> Sync for EncryptedPoint<A, I> where
    A: Sync,
    I: Sync

impl<A, I> Unpin for EncryptedPoint<A, I> where
    A: Unpin,
    I: Unpin

impl<A, I> UnwindSafe for EncryptedPoint<A, I> where
    A: UnwindSafe,
    I: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.