aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_ntru.c
Commit message (Expand)AuthorAgeFilesLines
* unit-tests: Fix memory leak in ntru testsTobias Brunner2014-03-271-3/+5
* unit-test: added missing TEST_FUNCTION macrosAndreas Steffen2014-03-221-8/+16
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-221-4/+62
* unit-tests: Use TEST_FUNCTION macro in ntru testsTobias Brunner2014-03-201-34/+44
* unit-tests: Call functions with TEST_ prefix in ntru testTobias Brunner2014-03-201-36/+38
* Implemented ntru_private_key classAndreas Steffen2014-03-181-40/+344
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-271-1/+33
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-271-7/+120
* Implement ring multiplication methodAndreas Steffen2014-02-271-14/+17
* index limit can be easily computedAndreas Steffen2014-02-191-12/+10
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-181-6/+120
* unit-tests: NTRU test to check a special branchAndreas Steffen2013-12-081-0/+7
* Implemented ntru_trits classAndreas Steffen2013-12-071-2/+91
* Added own MGF1 mask generating functionAndreas Steffen2013-12-051-0/+171
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-041-26/+0
* unit-tests: Export ntru_drbg_create as testable function so no linking is req...Tobias Brunner2013-12-041-0/+4
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-041-6/+6
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-168/+214
* Extended NIST SP 800-90A HMAC_DRBG test casesAndreas Steffen2013-11-271-21/+103
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-271-7/+146
* unit-tests: Added ntru wrong ciphertext testAndreas Steffen2013-11-271-0/+36
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+63
* Any of the four NTRU parameter sets can be selectedAndreas Steffen2013-11-271-10/+54
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-26/+63
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-0/+90