Trait snarkvm_circuit_environment::traits::ToGroup
source · pub trait ToGroup {
type Group: GroupTrait<Self::Scalar>;
type Scalar: ScalarTrait;
// Required method
fn to_group(&self) -> Self::Group;
}
Expand description
Unary operator for converting to an affine group.
Required Associated Types§
type Group: GroupTrait<Self::Scalar>
type Scalar: ScalarTrait
Required Methods§
Object Safety§
This trait is not object safe.