summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-03-01 14:28:59 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-03-01 14:36:51 +0100
commit0111fce2278125bac5c747d485da2177dec5a590 (patch)
treef4cf88e7dd9912acb4a6ec837bd22c283d4b7ca3 /openpgp/src/crypto
parent4f092252de3dbb806aae53e7d34de5d397266259 (diff)
openpgp: Fix documentation.
Diffstat (limited to 'openpgp/src/crypto')
-rw-r--r--openpgp/src/crypto/mpi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/mpi.rs b/openpgp/src/crypto/mpi.rs
index a1631ded..e2a93992 100644
--- a/openpgp/src/crypto/mpi.rs
+++ b/openpgp/src/crypto/mpi.rs
@@ -952,7 +952,7 @@ pub enum Ciphertext {
ElGamal {
/// Ephemeral key.
e: MPI,
- /// .
+ /// Ciphertext.
c: MPI,
},