[][src]Module yubihsm::asymmetric

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

PublicKey

Response from command::get_public_key

Enums

Algorithm

Asymmetric algorithms (RSA or ECC)