Browse Source

DOC: minor fixes

master
hasufell 9 years ago
parent
commit
73a90cc3e9
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      include/ntru_keypair.h
  2. +3
    -3
      src/ntru_keypair.h

+ 3
- 3
include/ntru_keypair.h View File

@@ -73,11 +73,11 @@ struct keypair {
* @param pair store private and public components here (the
* polynomials inside the struct will be automatically
* initialized) [out]
* @param f a random polynomial
* @param g a random polynomial
* @param f a random ternary polynomial
* @param g a random ternary polynomial
* @param params the NTRU context
* @return true for success, false if f or g are not invertible
* (then the caller hast to try different ones)
* (then the caller has to try different ones)
*/
bool
ntru_create_keypair(


+ 3
- 3
src/ntru_keypair.h View File

@@ -70,11 +70,11 @@ struct keypair {
* @param pair store private and public components here (the
* polynomials inside the struct will be automatically
* initialized) [out]
* @param f a random polynomial
* @param g a random polynomial
* @param f a random ternary polynomial
* @param g a random ternary polynomial
* @param params the NTRU context
* @return true for success, false if f or g are not invertible
* (then the caller hast to try different ones)
* (then the caller has to try different ones)
*/
bool
ntru_create_keypair(


Loading…
Cancel
Save