pub type PublicKey = K256;Expand description
ECDSA public key.
Aliased Type§
pub struct PublicKey(pub ProjectivePoint);Tuple Fields§
§0: ProjectivePointTrait Implementations§
Source§impl FromBase64 for PublicKey
impl FromBase64 for PublicKey
Source§fn from_base64(base64_bytes: &[u8]) -> Result<Self, DecodeError>
fn from_base64(base64_bytes: &[u8]) -> Result<Self, DecodeError>
Input must be base64 encoding of the compressed point in BE.