DOC: fix some doxygen comments
This commit is contained in:
parent
063f837588
commit
7f54d6c0f7
@ -21,10 +21,11 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file ntru_keypair.h
|
* @file ntru_keypair.h
|
||||||
* This file holds the public API of the most basic
|
* This file holds the public API of generating,
|
||||||
* data types of the pqc NTRU implementation and is
|
* exporting and importing public and private keys
|
||||||
|
* of the pqc NTRU implementation and is
|
||||||
* meant to be installed on the client system.
|
* meant to be installed on the client system.
|
||||||
* @brief public API, basic data types
|
* @brief public API, key handling
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PUBLIC_NTRU_KEYPAIR_H_
|
#ifndef PUBLIC_NTRU_KEYPAIR_H_
|
||||||
|
@ -20,11 +20,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file ntru_encrypt.h
|
* @file ntru_rnd.h
|
||||||
* This file holds the public API of encryption
|
* This file holds the public API of generating
|
||||||
* of the pqc NTRU implementation and is
|
* random ternary polynomials of the pqc NTRU
|
||||||
* meant to be installed on the client system.
|
* implementation and is meant to be installed
|
||||||
* @brief public API, encryption
|
* on the client system.
|
||||||
|
* @brief public API, random polynomials
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PUBLIC_NTRU_RND_H_
|
#ifndef PUBLIC_NTRU_RND_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user