xof: Fix typo in documentation for set_seed()
This commit is contained in:
@@ -104,7 +104,7 @@ struct xof_t {
|
||||
/**
|
||||
* Set the key for this xof_t object.
|
||||
*
|
||||
* @param sed seed to set
|
||||
* @param seed seed to set
|
||||
* @return TRUE if XOF initialized with seed successfully
|
||||
*/
|
||||
bool (*set_seed)(xof_t *this,
|
||||
|
||||
Reference in New Issue
Block a user