aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ntru/ntru_poly.h
Commit message (Collapse)AuthorAgeFilesLines
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-211-4/+5
|
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-271-0/+5
|
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() ↵Andreas Steffen2014-02-271-4/+20
| | | | constructors and built some unit tests for the latter)
* Optimized use of temporary arrays in polynomial multiplicationAndreas Steffen2014-02-271-2/+6
|
* Implement ring multiplication methodAndreas Steffen2014-02-271-4/+12
|
* index limit can be easily computedAndreas Steffen2014-02-191-4/+2
|
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-181-0/+68