Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-09-17 18:51:44 +02:00
parent 432e2a72b2
commit 784d96e031
33 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ struct ntru_drbg_t {
};
/**
* Create and instantiate a new DRBG objet.
* Create and instantiate a new DRBG object.
*
* @param strength security strength in bits
* @param pers_str personalization string
+1 -1
View File
@@ -49,7 +49,7 @@ struct ntru_poly_t {
void (*get_array)(ntru_poly_t *this, uint16_t *array);
/**
* Multiply polynomial a with ntru_poly_t object b having sparse coeffients
* Multiply polynomial a with ntru_poly_t object b having sparse coefficients
* to form result polynomial c = a * b
*
* @param a input polynomial a