//! Crypto-related Secret generation methods
//!//! These modules implement `Secret::generate_*` methods that use
//! `affinidi-crypto` for the underlying key operations.
#[cfg(feature ="ed25519")]pubmoded25519;#[cfg(feature ="p256")]pubmodp256;#[cfg(feature ="k256")]pubmodsecp256k1;#[cfg(feature ="p384")]pubmodp384;