DOC: fix doxygen comments

这个提交包含在:
hasufell 2014-09-13 18:26:47 +02:00
父节点 398edc729d
当前提交 e4bdeb1e79
找不到此签名对应的密钥
GPG 密钥 ID: 220CD1C5BDEED020
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -183,7 +183,7 @@ poly_starmultiply(fmpz_poly_t c,
/**
* Compute the inverse of a polynomial in modulo a power of 2,
* which is q. This is based off the pseudo-code for "Inversion
* in (Z/2Z)[X](X^N - 1)" and "Inversion in (Z/p^r Z)[X](X^N - 1)".
* in (Z/2Z)[X]/(X^N - 1)" and "Inversion in (Z/p^r Z)[X](X^N - 1)".
* See NTRU Cryptosystems Tech Report #014 "Almost Inverses
* and Fast NTRU Key Creation."
*