Function esp_idf_sys::mbedtls_mpi_swap
source ยท pub unsafe extern "C" fn mbedtls_mpi_swap(
X: *mut mbedtls_mpi,
Y: *mut mbedtls_mpi,
)
Expand description
\brief Swap the contents of two MPIs.
\param X The first MPI. It must be initialized. \param Y The second MPI. It must be initialized.