DOC: fix doxygen comment in pb_mod2_to_modq()
This commit is contained in:
parent
9520003db1
commit
23573d07c8
@ -290,10 +290,9 @@ static unsigned int get_degree(pb_poly const * const poly)
|
|||||||
* Find the inverse polynomial modulo a power of 2,
|
* Find the inverse polynomial modulo a power of 2,
|
||||||
* which is q.
|
* which is q.
|
||||||
*
|
*
|
||||||
* @param a polynomial to invert (is allowed to be the same as param Fq)
|
* @param a polynomial to invert
|
||||||
* @param Fq polynomial [out]
|
* @param Fq polynomial [out]
|
||||||
* @param ctx NTRU context
|
* @param ctx NTRU context
|
||||||
* @return true/false for success/failure
|
|
||||||
*/
|
*/
|
||||||
static void pb_mod2_to_modq(pb_poly * const a,
|
static void pb_mod2_to_modq(pb_poly * const a,
|
||||||
pb_poly *Fq,
|
pb_poly *Fq,
|
||||||
|
Loading…
Reference in New Issue
Block a user