Type Definition p384::AffinePoint

source ·
pub type AffinePoint = AffinePoint<NistP384>;
Available on crate feature arithmetic only.
Expand description

Elliptic curve point in affine coordinates.

Trait Implementations§

Verify the prehashed message against the provided signature Read more
Available on crate feature digest only.
Verify message digest against the provided signature.