[][src]Struct ergo_lib::sigma_protocol::dlog_group::EcPoint

pub struct EcPoint(_);

Elliptic curve point

Implementations

impl EcPoint[src]

pub const GROUP_SIZE: usize[src]

Number of bytes to represent any group element as byte array

Trait Implementations

impl Clone for EcPoint[src]

impl Debug for EcPoint[src]

impl Eq for EcPoint[src]

impl From<EcPoint> for Constant[src]

impl From<EcPoint> for ProveDlog[src]

impl Into<Value> for EcPoint[src]

impl LiftIntoSType for EcPoint[src]

impl Mul<&'_ EcPoint> for EcPoint[src]

type Output = EcPoint

The resulting type after applying the * operator.

impl Neg for EcPoint[src]

type Output = EcPoint

The resulting type after applying the - operator.

impl PartialEq<EcPoint> for EcPoint[src]

impl SigmaSerializable for EcPoint[src]

impl StoredNonPrimitive for EcPoint[src]

impl StructuralPartialEq for EcPoint[src]

impl TryExtractFrom<Value> for EcPoint[src]

Auto Trait Implementations

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryExtractFrom<Constant> for T where
    T: TryExtractFrom<Value>, 
[src]

impl<F> TryExtractInto<F> for F[src]

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,