Document that the minimum truncated MAC length is implementation-defined
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index 3d99933..48c9713 100644
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -788,6 +788,10 @@
* is true). This may be a truncated or untruncated
* MAC algorithm.
* \param mac_length Desired length of the truncated MAC in bytes.
+ * This must be at most the full length of the MAC
+ * and must be at least an implementation-specified
+ * minimum. The implementation-specified minimum
+ * shall not be zero.
*
* \return The corresponding MAC algorithm with the specified
* length.