chiark / gitweb /
symm/rc4.[ch]: Fix incorrect documentation on `rc4_rand'.
[catacomb] / symm / rc4.h
index caeeadbde235583daeda355afa03e4696fa22699..d707a29ec149b35f58dae0767ffb46e8e94010d3 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*/);