refactor: hide pgp module from public API

This commit is contained in:
link2xt
2023-08-27 20:24:24 +00:00
parent bffe934acc
commit 62aed13880
4 changed files with 4 additions and 7 deletions

View File

@@ -260,7 +260,7 @@ pub(crate) async fn load_keypair(
})
}
/// Use of a [KeyPair] for encryption or decryption.
/// Use of a key pair for encryption or decryption.
///
/// This is used by [store_self_keypair] to know what kind of key is
/// being saved.