Struct milagro_crypto::fp4::wrappers::FP4 [] [src]

#[repr(C)]
pub struct FP4 { pub a: FP2, pub b: FP2, }

Fields

Methods

impl FP4
[src]

Trait Implementations

impl Default for FP4
[src]

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

impl PartialEq for FP4
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for FP4
[src]

impl Clone for FP4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FP4
[src]

Formats the value using the given formatter. Read more

impl Debug for FP4
[src]

Formats the value using the given formatter.