Struct crypto::curve25519::Fe
[−]
[src]
pub struct Fe(pub [i32; 10]);
pub struct Fe(pub [i32; 10]);
impl Fe
fn from_bytes(s: &[u8]) -> Fe
fn 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) -> Fe
impl PartialEq for Fe
impl Eq for Fe
impl Add for Fe
impl Sub for Fe
impl Mul for Fe
impl Copy for Fe
impl Clone for Fe
fn clone(&self) -> Fe
fn clone_from(&mut self, source: &Self)