pub trait SubgroupCheck {
// Required method
fn in_subgroup(&self) -> bool;
}
Required Methods§
Sourcefn in_subgroup(&self) -> bool
fn in_subgroup(&self) -> bool
subgroup membership check using classical method: i.e., raise to the power of group order