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

pub struct G2Compressed(_);

Trait Implementations

impl Copy for G2Compressed
[src]

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl Debug for G2Compressed
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for G2Compressed

impl Sync for G2Compressed