[][src]Trait pairing_plus::SubgroupCheck

pub trait SubgroupCheck {
    fn in_subgroup(&self) -> bool;
}

Required methods

fn in_subgroup(&self) -> bool

subgroup membership check using classical method: i.e., raise to the power of group order

Loading content...

Implementors

impl SubgroupCheck for G1Affine[src]

impl SubgroupCheck for G2Affine[src]

Loading content...