Skip to main content
Version: 0.1.23

Crypto API

The NoxTLS C API is organized by module. Each page is generated from Doxygen documentation in the source.

Pipeline: Docs are generated automatically from Doxygen. In CI, the deploy workflow runs Doxygen (XML only), then scripts/doxygen-xml-to-md.js converts XML → Markdown for the API, applications, and return codes. When you update source comments (e.g. @brief, @param, @return, or enum /**< ... */), re-run Doxygen and the script to refresh the site. Local: doxygen Doxyfile then node scripts/doxygen-xml-to-md.js build/doxygen/xml docs/docs/api.