ark_ec::models::bw6::g2

Type Alias G2Affine

Source
pub type G2Affine<P> = Affine<<P as BW6Config>::G2Config>;

Aliased Type§

struct G2Affine<P> { /* private fields */ }

Trait Implementations§

Source§

impl<P: BW6Config> From<G2HomProjective<P>> for G2Affine<P>

Source§

fn from(q: G2HomProjective<P>) -> Self

Converts to this type from the input type.