Struct crypto::curve25519::Fe
[−]
[src]
pub struct Fe(pub [i32; 10]);
pub struct Fe(pub [i32; 10]);
impl Fefn from_bytes(s: &[u8]) -> Fefn to_bytes(&self) -> [u8; 32]fn maybe_swap_with(&mut self, other: &mut Fe, do_swap: i32)fn maybe_set(&mut self, other: &Fe, do_swap: i32)fn invert(&self) -> Feimpl PartialEq for Feimpl Eq for Feimpl Add for Feimpl Sub for Feimpl Mul for Feimpl Copy for Feimpl Clone for Fefn clone(&self) -> Fefn clone_from(&mut self, source: &Self)