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

Return value

The least number of bytes capable of storing the absolute value of \p X.

Notes

The value returned by this function may be less than the number of bytes used to store \p X internally. This happens if and only if there are trailing bytes of value zero.

References

from examples