Struct milagro_crypto::ecp2::wrappers::ECP2 [] [src]

#[repr(C)]
pub struct ECP2 { pub inf: c_int, pub x: FP2, pub y: FP2, pub z: FP2, }

Fields

Methods

impl ECP2
[src]

Trait Implementations

impl Default for ECP2
[src]

Returns the "default value" for a type. Read more

impl Display for ECP2
[src]

Formats the value using the given formatter. Read more

impl Debug for ECP2
[src]

Formats the value using the given formatter.