Type Alias Affine

Source
pub type Affine = (P256FieldElement, P256FieldElement);

Trait Implementations§

Source§

impl From<P256Point> for Affine

Source§

fn from(value: P256Point) -> Self

Converts to this type from the input type.