Type Alias PublicKey

Source
pub type PublicKey = PublicKey<NistP521>;
Available on crate feature arithmetic only.
Expand description

NIST P-521 public key.

Aliased Typeยง

pub struct PublicKey { /* private fields */ }