Type Definition snarkvm_curves::edwards_sw6::EdwardsAffine[][src]

type EdwardsAffine = GroupAffine<EdwardsParameters>;

Trait Implementations

impl FromStr for EdwardsAffine[src]

type Err = GroupError

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<Self, Self::Err>[src]

Parses a string s to return a value of this type. Read more