mbedtls_rsa_public() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 on success. An \c MBEDTLS_ERR_RSA_XXX error code on failure.

Notes

This function does not handle message padding. Make sure to set \p input[0] = 0 or ensure that input is smaller than \p N.

References

from examples