summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@sequoia-pgp.org>2024-05-16 15:56:15 +0200
committerNeal H. Walfield <neal@sequoia-pgp.org>2024-05-16 17:40:39 +0200
commit784fb4d70b8a94617deef96c402c2bc96b430a68 (patch)
tree01d8d856985ca7d4490f73b9976edd78a2484ad6
parent3dd92f2237f1989340392ac9451f842db31e92d5 (diff)
openpgp: Fix comment.
-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 0e47a7f2..005c92d4 100644
--- a/openpgp/src/crypto/mpi.rs
+++ b/openpgp/src/crypto/mpi.rs
@@ -740,7 +740,7 @@ pub enum SecretKeyMaterial {
scalar: ProtectedMPI,
},
- /// Elliptic Curve Diffie-Hellman public key.
+ /// Elliptic Curve Diffie-Hellman secret key.
ECDH {
/// Secret scalar.
scalar: ProtectedMPI,