[][src]Trait curve25519_dalek::traits::Identity

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

Trait for getting the identity element of a point type.

Required methods

pub fn identity() -> Self[src]

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

Loading content...

Implementors

Loading content...