Type Alias p256::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.