Skip to main content

PublicKey

Type Alias PublicKey 

Source
pub type PublicKey = K256;
Expand description

ECDSA public key.

Aliased Type§

pub struct PublicKey(pub ProjectivePoint);

Tuple Fields§

§0: ProjectivePoint

Trait Implementations§

Source§

impl FromBase64 for PublicKey

Source§

fn from_base64(base64_bytes: &[u8]) -> Result<Self, DecodeError>

Input must be base64 encoding of the compressed point in BE.