Type Definition p256::AffinePoint

source ·
pub type AffinePoint = AffinePoint<NistP256>;
Expand description

Elliptic curve point in affine coordinates.

Trait Implementations

Verify the prehashed message against the provided signature Read more
Verify message digest against the provided signature.