Document PUBLIC_KEY_E return for wc_ed448_export_public()

This commit is contained in:
Josh Holtrop
2026-06-12 15:01:27 -04:00
parent 955ffb92d3
commit daa22e9fb9
+1
View File
@@ -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.