catcrypt: Implement symmetric key-encapsulation and signature schemes.
[u/mdw/catacomb] / field.h
diff --git a/field.h b/field.h
index 4164bce..c2ad26e 100644 (file)
--- a/field.h
+++ b/field.h
@@ -208,7 +208,7 @@ extern field *field_prime(mp */*p*/);
  *
  * Arguments:  @mp *p@ = the characteristic of the field
  *
- * Returns:    A pointer to the field.
+ * Returns:    A pointer to the field, or null.
  *
  * Use:                Creates a field structure for a prime field of size %$p$%,
  *             using efficient reduction for nice primes.