Browse Source

DOC: fix doxygen comments

master
hasufell 9 years ago
parent
commit
e4bdeb1e79
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ntru_poly.h

+ 1
- 1
src/ntru_poly.h View File

@@ -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."
*


Loading…
Cancel
Save