Struct bn::G1 [] [src]

#[repr(C)]
pub struct G1(_);

Methods

impl G1
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for G1
[src]

impl Clone for G1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for G1
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for G1
[src]

impl Decodable for G1
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for G1
[src]

[src]

Serialize a value using an Encoder.

impl Group for G1
[src]

[src]

[src]

[src]

[src]

[src]

impl Add<G1> for G1
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<G1> for G1
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for G1
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Mul<Fr> for G1
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl From<AffineG1> for G1
[src]

[src]

Performs the conversion.