prs_lib/crypto/backend/gpgme/
mod.rs

1//! Crypto backend using GPGME for GPG.
2
3pub mod context;
4pub mod raw;