Struct pairing::bls12_381::G2Compressed [] [src]

pub struct G2Compressed(_);

Trait Implementations

impl Copy for G2Compressed
[src]

impl Clone for G2Compressed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

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

Performs the conversion.

impl EncodedPoint for G2Compressed
[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