Struct crypto::curve25519::Fe
[-] [+]
[src]
pub struct Fe(_);
pub struct Fe(_);
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)
impl PartialEq for Fe
impl Eq for Fe
fn assert_receiver_is_total_eq(&self)
impl Add for Fe
impl Sub for Fe
impl Mul for Fe
impl Copy for Fe
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).