Be explicit about constant time bignum functions that must take a 0 or 1 condition value
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c
index e276d23..3cdbac2 100644
--- a/library/constant_time.c
+++ b/library/constant_time.c
@@ -272,7 +272,7 @@
* \note if1 and if0 must be either 1 or -1, otherwise the result
* is undefined.
*
- * \param condition Condition to test.
+ * \param condition Condition to test; must be either 0 or 1.
* \param if1 The first sign; must be either +1 or -1.
* \param if0 The second sign; must be either +1 or -1.
*