summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-25 11:02:02 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-25 11:02:02 -0500
commit567eef2d4def7831314f7a2e46ff293403fceac6 (patch)
treea0fe90cd14cd848f77b2dd629d3b1d92d3b7f5be /xed25519.h
parentf981c86c69b9ee249b143791fe6fb9e2daf5dc5b (diff)
downloadcryptopp-git-567eef2d4def7831314f7a2e46ff293403fceac6.tar.gz
Update documentation
Diffstat (limited to 'xed25519.h')
-rw-r--r--xed25519.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xed25519.h b/xed25519.h
index 48b0677c..12cd7b6a 100644
--- a/xed25519.h
+++ b/xed25519.h
@@ -328,7 +328,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
/// subjectPubicKeyInfo parts.
- /// \details The default OID is from RFC 8410 using id-X25519.
+ /// \details The default OID is from RFC 8410 using id-Ed25519.
/// The default private key format is RFC 5208, which is the old format.
/// The old format provides the best interop, and keys will work
/// with OpenSSL.