Type Definition k256::EncodedPoint
source · [−]pub type EncodedPoint = EncodedPoint<Secp256k1>;Expand description
SEC1-encoded secp256k1 (K-256) curve point.
Trait Implementations
sourceimpl From<&'_ VerifyingKey> for EncodedPoint
This is supported on crate feature ecdsa-core only.
impl From<&'_ VerifyingKey> for EncodedPoint
This is supported on crate feature
ecdsa-core only.sourcefn from(verifying_key: &VerifyingKey) -> EncodedPoint
fn from(verifying_key: &VerifyingKey) -> EncodedPoint
Performs the conversion.
sourceimpl From<AffinePoint> for EncodedPoint
impl From<AffinePoint> for EncodedPoint
sourcefn from(affine_point: AffinePoint) -> EncodedPoint
fn from(affine_point: AffinePoint) -> EncodedPoint
Returns the SEC1 compressed encoding of this point.