Struct crypto::curve25519::GeP2 [-] [+] [src]

pub struct GeP2 {
    // some fields omitted
}

Methods

impl GeP2

fn to_bytes(&self) -> [u8; 32]

fn double_scalarmult_vartime(a_scalar: &[u8], a_point: GeP3, b_scalar: &[u8]) -> GeP2

Trait Implementations

Derived Implementations

impl Copy for GeP2