[][src]Type Definition k256::PublicKey

type PublicKey = PublicKey<Secp256k1>;

K-256 (secp256k1) Public Key.

Trait Implementations

impl<'_> From<&'_ Signer> for PublicKey[src]