Struct pairing::bls12_381::G1Compressed [] [src]

pub struct G1Compressed(_);

Trait Implementations

impl Copy for G1Compressed
[src]

impl Clone for G1Compressed
[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 G1Compressed
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl Debug for G1Compressed
[src]

[src]

Formats the value using the given formatter.

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