clarify behavior (#6194)

This commit is contained in:
Christian Grothoff 2020-04-21 14:56:42 +02:00
parent ee0d0dd33f
commit 32bce6da43
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -206,9 +206,9 @@ deserialize_melted_coin (struct MeltedCoin *mc,
* @param dk information to serialize
* @param buf buffer to write data in, NULL to just compute
* required size
* @param off offeset at @a buf to use
* @return number of bytes written to @a buf at @a off, or if
* @a buf is NULL, number of bytes required
* @param off offset at @a buf to use
* @return number of bytes written to @a buf at @a off (in addition to @a off itself), or if
* @a buf is NULL, number of bytes required, excluding @a off
*/
static size_t
serialize_denomination_key (const struct TALER_DenominationPublicKey *dk,