logo
Expand description

Asymmetric cryptography i.e. digital signatures and public-key encryption.

This module contains types and functionality common to all asymmetric algorithms.

Functionality specific to a particular algorithm is available in toplevel modules (e.g. attestation, ecdsa, ed25519)

Re-exports

pub use signature;

Structs

Response from command::get_public_key

Enums

Asymmetric algorithms (RSA or ECC)