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

pub struct G2Uncompressed(_);

Trait Implementations

impl Copy for G2Uncompressed
[src]

impl Clone for G2Uncompressed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

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

Performs the conversion.

impl EncodedPoint for G2Uncompressed
[src]

Creates an empty representation.

Returns the number of bytes consumed by this representation.

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

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

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