1
2
3
4
//! Crypto backend using GPGME for GPG.

pub mod context;
pub mod raw;