1//! Constants for traditional cryptographic algorithms 2 3pub mod dh; 4pub mod dsa; 5pub mod ecdh; 6pub mod ecdsa; 7pub mod ed25519; 8pub mod rsa;