mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Clarify mpi_write_binary()'s doc.
This commit is contained in:
parent
dc16aa7eac
commit
3926a2cc64
1 changed files with 3 additions and 1 deletions
|
|
@ -414,7 +414,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 );
|
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 X Source MPI
|
||||||
* \param buf Output buffer
|
* \param buf Output buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue