mgf1: Use correct Doxygen groups

This commit is contained in:
Tobias Brunner
2014-12-15 17:22:11 +01:00
parent a876018e3e
commit f9da7ef868
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
/**
* @defgroup mgf1 mgf1
* @{ @ingroup ntru_p
* @{ @ingroup crypto
*/
#ifndef MGF1_H_
@@ -27,7 +27,7 @@ typedef struct mgf1_t mgf1_t;
/**
* 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 {
@@ -15,7 +15,7 @@
/**
* @defgroup mgf1_bitspender mgf1_bitspender
* @{ @ingroup mgf1_p
* @{ @ingroup mgf1
*/
#ifndef MGF1_BITSPENDER_H_
@@ -56,7 +56,7 @@ struct mgf1_bitspender_t {
/**
* 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