/**
* Get required size for serialization buffer
+ * FIXME:
+ * 1. The naming convention is violated here.
+ * It should GNUNET_RECLAIM_ATTRIBUTE_<lowercase from here>.
+ * It might make sense to refactor attestations into a separate folder.
+ * 2. The struct should be called GNUNET_RECLAIM_ATTESTATION_Data or
+ * GNUNET_RECLAIM_ATTRIBUTE_Attestation depending on location in source.
*
* @param attr the attestation to serialize
* @return the required buffer size
GNUNET_RECLAIM_ATTRIBUTE_NumberToTypenameFunction number_to_typename;
/**
-* Attestation Conversion to string.
-*/
+ * FIXME: It is odd that attestation functions are withing the attribute
+ * plugin. An attribute type may be backed by an attestation, but not
+ * necessarily.
+ * Maybe it would make more sense to refactor this into an attestation
+ * plugin?
+ *
+ * Attestation Conversion to string.
+ */
GNUNET_RECLAIM_ATTRIBUTE_ValueToStringFunction value_to_string_attest;
/**