Struct pairing::bls12_381::G2Uncompressed [] [src]

pub struct G2Uncompressed(_);

Trait Implementations

impl Copy for G2Uncompressed
[src]

impl Clone for G2Uncompressed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<[u8]> for G2Uncompressed
[src]

[src]

Performs the conversion.

impl AsMut<[u8]> for G2Uncompressed
[src]

[src]

Performs the conversion.

impl Debug for G2Uncompressed
[src]

[src]

Formats the value using the given formatter.

impl EncodedPoint for G2Uncompressed
[src]

[src]

Creates an empty representation.

[src]

Returns the number of bytes consumed by this representation.

[src]

Converts an EncodedPoint into a CurveAffine element, if the encoding represents a valid element. Read more

[src]

Converts an EncodedPoint into a CurveAffine element, without guaranteeing that the encoding represents a valid element. This is useful when the caller knows the encoding is valid already. Read more

[src]

Creates an EncodedPoint from an affine point, as long as the point is not the point at infinity. Read more