Trait snarkvm_circuit::ToGroup
source · [−]pub trait ToGroup {
type Group: GroupTrait<Self::Scalar>;
type Scalar: ScalarTrait;
fn to_group(&self) -> Self::Group;
}
Expand description
Unary operator for converting to an affine group.
Required Associated Types
source
type Group: GroupTrait<Self::Scalar>
source