aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ntru/ntru_drbg.c
Commit message (Collapse)AuthorAgeFilesLines
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-221-4/+20
|
* lib: All settings use configured namespaceTobias Brunner2014-02-121-2/+2
|
* Implemented ntru_trits classAndreas Steffen2013-12-071-1/+1
|
* Streamlined DRBG and MGF1 debug outputAndreas Steffen2013-12-071-2/+2
|
* unit-tests: Export ntru_drbg_create as testable function so no linking is ↵Tobias Brunner2013-12-041-5/+7
| | | | | | | | required This way the plugin does not have to be linked explicitly to the test runner, which otherwise would require that the plugin is either always enabled to build the tests or that ifdefs are added to the Makefile.
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-2/+2
|
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-271-0/+277