Type Definition EdwardsAffine
snarkvm_curves::edwards_bls12
type EdwardsAffine = GroupAffine<EdwardsParameters>;
impl FromStr for EdwardsAffine
type Err = GroupError
The associated error which can be returned from parsing.
pub fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s to return a value of this type. Read more
s