Trait curve25519_dalek::traits::Identity [−][src]
pub trait Identity {
fn identity() -> Self;
}Expand description
Trait for getting the identity element of a point type.
Required methods
Implementors
Return the group identity element, which has order 4.