p256
0.1.0
Affine
Trait Implementations
From<P256Point>
In crate p256
p256
Type Alias
Affine
Copy item path
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.