symm/rc4.[ch]: Fix incorrect documentation on `rc4_rand'.
[catacomb] / symm / rc4.h
index caeeadb..d707a29 100644 (file)
@@ -180,8 +180,8 @@ extern const gccipher rc4;
  *
  * Returns:    Pointer to generic random number generator interface.
  *
- * Use:                Creates a random number interface wrapper around an
- *             OFB-mode block cipher.
+ * Use:                Creates a random number interface wrapper around the RC4
+ *             stream cipher.
  */
 
 extern grand *rc4_rand(const void */*k*/, size_t /*sz*/);