Type Alias p256::PublicKey

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

NIST P-256 public key.

Aliased Type§

struct PublicKey { /* private fields */ }