Skip to main content

Module types

Module types 

Source

Re-exports§

pub use keypair::KeyPair;
pub use public_key::PublicKey;
pub use secret_key::SecretKey;

Modules§

keypair
Keypair structure combining public and secret keys.
public_key
Public key type with validation and display.
secret_key
Secret key type with automatic zeroization on drop.
validation