Struct sshkeys::EcdsaPublicKey [] [src]

pub struct EcdsaPublicKey {
    pub curve: Curve,
    pub key: Vec<u8>,
}

ECDSA public key. The format of ECDSA public keys is described in RFC 5656, section 3.1.

Fields

The curve being used.

The public key.

Trait Implementations

impl Debug for EcdsaPublicKey
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EcdsaPublicKey
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.