mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 02:55:27 +00:00
Clarify mpi_write_binary()'s doc.
This commit is contained in:
parent
03917bf7d5
commit
002bc86718
|
@ -351,7 +351,9 @@ int mpi_write_file( const char *p, const mpi *X, int radix, FILE *fout );
|
|||
int mpi_read_binary( mpi *X, const unsigned char *buf, size_t buflen );
|
||||
|
||||
/**
|
||||
* \brief Export X into unsigned binary data, big endian
|
||||
* \brief Export X into unsigned binary data, big endian.
|
||||
* Always fills the whole buffer, which will start with zeros
|
||||
* if the number is smaller.
|
||||
*
|
||||
* \param X Source MPI
|
||||
* \param buf Output buffer
|
||||
|
|
Loading…
Reference in a new issue