From 567eef2d4def7831314f7a2e46ff293403fceac6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 25 Dec 2018 11:02:02 -0500 Subject: [PATCH] Update documentation --- xed25519.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.