[−][src]Struct curve25519_dalek::window::NafLookupTable5
Holds odd multiples 1A, 3A, ..., 15A of a point A.
Methods
impl<T: Copy> NafLookupTable5<T>
[src]
pub fn select(&self, x: usize) -> T
[src]
Given public, odd \( x \) with \( 0 < x < 2^4 \), return \(xA\).
Trait Implementations
impl<T: Clone> Clone for NafLookupTable5<T>
[src]
fn clone(&self) -> NafLookupTable5<T>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Copy> Copy for NafLookupTable5<T>
[src]
impl<T: Debug> Debug for NafLookupTable5<T>
[src]
impl<'a> From<&'a EdwardsPoint> for NafLookupTable5<ProjectiveNielsPoint>
[src]
fn from(A: &'a EdwardsPoint) -> Self
[src]
impl<'a> From<&'a EdwardsPoint> for NafLookupTable5<AffineNielsPoint>
[src]
fn from(A: &'a EdwardsPoint) -> Self
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for NafLookupTable5<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for NafLookupTable5<T> where
T: Send,
T: Send,
impl<T> Sync for NafLookupTable5<T> where
T: Sync,
T: Sync,
impl<T> Unpin for NafLookupTable5<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for NafLookupTable5<T> where
T: UnwindSafe,
T: 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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
U: FromCast<T>,
fn cast(self) -> U
impl<T> From<T> for T
[src]
impl<T> FromBits<T> for T
fn from_bits(t: T) -> T
impl<T> FromCast<T> for T
fn from_cast(t: T) -> T
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
U: FromBits<T>,
fn into_bits(self) -> U
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.
fn to_owned(&self) -> T
[src]
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 = !
The type returned in the event of a conversion error.
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>,