[][src]Trait pairing::PairingCurveAffine

pub trait PairingCurveAffine: PrimeCurveAffine + UncompressedEncoding {
    type Pair: PairingCurveAffine<Pair = Self>;
    type PairingResult: Group;
    fn pairing_with(&self, other: &Self::Pair) -> Self::PairingResult;
}

Affine representation of an elliptic curve point that can be used to perform pairings.

Associated Types

Loading content...

Required methods

fn pairing_with(&self, other: &Self::Pair) -> Self::PairingResult[src]

Perform a pairing

Loading content...

Implementors

Loading content...