added doxygen comments
This commit is contained in:
@@ -23,7 +23,11 @@
|
||||
#include <asn1/oid.h>
|
||||
|
||||
|
||||
/* Defines some primitive ASN1 types */
|
||||
/**
|
||||
* @brief Definition of some primitive ASN1 types
|
||||
*
|
||||
* @ingroup asn1
|
||||
*/
|
||||
typedef enum {
|
||||
ASN1_EOC = 0x00,
|
||||
ASN1_BOOLEAN = 0x01,
|
||||
|
||||
@@ -42,7 +42,7 @@ typedef struct hmac_t hmac_t;
|
||||
* @b Constructors:
|
||||
* - hmac_create()
|
||||
*
|
||||
* @ingroup transforms
|
||||
* @ingroup crypto
|
||||
*/
|
||||
struct hmac_t {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user