DOC: minor fixes

这个提交包含在:
hasufell 2014-06-28 13:11:36 +02:00
父节点 a6071c609a
当前提交 73a90cc3e9
找不到此签名对应的密钥
GPG 密钥 ID: 220CD1C5BDEED020
共有 2 个文件被更改,包括 6 次插入6 次删除

查看文件

@ -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(

查看文件

@ -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(