DOC: fix some doxygen comments

This commit is contained in:
hasufell 2014-06-05 17:00:32 +02:00
parent 063f837588
commit 7f54d6c0f7
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 10 additions and 8 deletions

View File

@ -21,10 +21,11 @@
/**
* @file ntru_keypair.h
* This file holds the public API of the most basic
* data types of the pqc NTRU implementation and is
* This file holds the public API of generating,
* exporting and importing public and private keys
* of the pqc NTRU implementation and is
* meant to be installed on the client system.
* @brief public API, basic data types
* @brief public API, key handling
*/
#ifndef PUBLIC_NTRU_KEYPAIR_H_

View File

@ -20,11 +20,12 @@
*/
/**
* @file ntru_encrypt.h
* This file holds the public API of encryption
* of the pqc NTRU implementation and is
* meant to be installed on the client system.
* @brief public API, encryption
* @file ntru_rnd.h
* This file holds the public API of generating
* random ternary polynomials of the pqc NTRU
* implementation and is meant to be installed
* on the client system.
* @brief public API, random polynomials
*/
#ifndef PUBLIC_NTRU_RND_H_