[][src]Module osshkeys::keys::ecdsa

EcDSA key type

Structs

EcDsaKeyPair

Represent the EcDSA key pair

EcDsaPublicKey

Represent the EcDSA public key

Enums

EcCurve

An enum of the supported elliptic curves

Constants

NIST_P256_NAME

The name of 256 bits curve key returned by Key::keyname()

NIST_P384_NAME

The name of 384 bits curve key returned by Key::keyname()

NIST_P521_NAME

The name of 521 bits curve key returned by Key::keyname()