From daa22e9fb911a12040ae96faaae1e1c8e9742bd6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 12 Jun 2026 15:01:27 -0400 Subject: [PATCH] Document PUBLIC_KEY_E return for wc_ed448_export_public() --- doc/dox_comments/header_files/ed448.h | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dox_comments/header_files/ed448.h b/doc/dox_comments/header_files/ed448.h index 3aead5df0f..8e6890a587 100644 --- a/doc/dox_comments/header_files/ed448.h +++ b/doc/dox_comments/header_files/ed448.h @@ -665,6 +665,7 @@ int wc_ed448_import_private_key_ex(const byte* priv, word32 privSz, \return BUFFER_E Returned if the buffer provided is not large enough to store the private key. Upon returning this error, the function sets the size required in outLen. + \return PUBLIC_KEY_E the given key only has a private key present. \param [in] key Pointer to an ed448_key structure from which to export the public key.