Struct crypto::curve25519::GeP2 [−][src]
pub struct GeP2 { /* fields omitted */ }Methods
impl GeP2[src]
impl GeP2pub fn to_bytes(&self) -> [u8; 32][src]
pub fn to_bytes(&self) -> [u8; 32]pub fn double_scalarmult_vartime(
a_scalar: &[u8],
a_point: GeP3,
b_scalar: &[u8]
) -> GeP2[src]
pub fn double_scalarmult_vartime(
a_scalar: &[u8],
a_point: GeP3,
b_scalar: &[u8]
) -> GeP2Trait Implementations
impl Clone for GeP2[src]
impl Clone for GeP2fn clone(&self) -> GeP2[src]
fn clone(&self) -> GeP2Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GeP2[src]
impl Copy for GeP2