Trait curve25519_dalek::curve::Identity [] [src]

pub trait Identity {
    fn identity() -> Self;
}

Trait for curve point types that have an identity constructor.

Required Methods

Returns the identity element of the curve. Can be used as a constructor.

Implementors