Struct crypto::curve25519::GeP3 [−][src]
pub struct GeP3 { /* fields omitted */ }Methods
impl GeP3[src]
impl GeP3pub fn from_bytes_negate_vartime(s: &[u8]) -> Option<GeP3>[src]
pub fn from_bytes_negate_vartime(s: &[u8]) -> Option<GeP3>pub fn to_bytes(&self) -> [u8; 32][src]
pub fn to_bytes(&self) -> [u8; 32]Trait Implementations
impl Clone for GeP3[src]
impl Clone for GeP3fn clone(&self) -> GeP3[src]
fn clone(&self) -> GeP3Returns 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 GeP3[src]
impl Copy for GeP3impl Add<GeCached> for GeP3[src]
impl Add<GeCached> for GeP3type Output = GeP1P1
The resulting type after applying the + operator.
fn add(self, _rhs: GeCached) -> GeP1P1[src]
fn add(self, _rhs: GeCached) -> GeP1P1Performs the + operation.
impl Add<GePrecomp> for GeP3[src]
impl Add<GePrecomp> for GeP3type Output = GeP1P1
The resulting type after applying the + operator.
fn add(self, _rhs: GePrecomp) -> GeP1P1[src]
fn add(self, _rhs: GePrecomp) -> GeP1P1Performs the + operation.
impl Sub<GeCached> for GeP3[src]
impl Sub<GeCached> for GeP3type Output = GeP1P1
The resulting type after applying the - operator.
fn sub(self, _rhs: GeCached) -> GeP1P1[src]
fn sub(self, _rhs: GeCached) -> GeP1P1Performs the - operation.
impl Sub<GePrecomp> for GeP3[src]
impl Sub<GePrecomp> for GeP3