Clarify mpi_write_binary()'s doc.
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index d2363a6..2853cc2 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -351,7 +351,9 @@
 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