//! Encryption-related traits.
use CryptoRngCore;
use crateResult;
/// Encrypt the message using provided random source
/// Decrypt the given message
/// Decrypt the given message using provided random source
/// Encryption keypair with an associated encryption key.