/**
* @defgroup mgf1 mgf1
- * @{ @ingroup ntru_p
+ * @{ @ingroup crypto
*/
#ifndef MGF1_H_
/**
* Implements the PKCS#1 MGF1 Mask Generation Function based on a hash function
- * defined in section 10.2.1 of RFC 2437
+ * defined in section 10.2.1 of RFC 2437
*/
struct mgf1_t {
/**
* @defgroup mgf1_bitspender mgf1_bitspender
- * @{ @ingroup mgf1_p
+ * @{ @ingroup mgf1
*/
#ifndef MGF1_BITSPENDER_H_
/**
* Create a mgf1_bitspender_t object
- *
+ *
* @param alg Hash algorithm to be used with MGF1
* @param seed Seed used to initialize MGF1
* @param hash_seed Hash seed before using it as a seed for MFG1