aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ntru/ntru_crypto
Commit message (Expand)AuthorAgeFilesLines
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-273-156/+3
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-273-122/+22
* Implement ring multiplication methodAndreas Steffen2014-02-271-61/+42
* index limit can be easily computedAndreas Steffen2014-02-193-34/+12
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-185-434/+197
* min_MGF_hash_calls parameter is not needed anymoreAndreas Steffen2013-12-072-18/+0
* Implemented ntru_trits classAndreas Steffen2013-12-074-288/+96
* Streamlined DRBG and MGF1 debug outputAndreas Steffen2013-12-072-12/+18
* Added own MGF1 mask generating functionAndreas Steffen2013-12-057-433/+276
* ntru: Fix compiler warning caused by ++/-- on righthand side of an assignmentTobias Brunner2013-12-041-4/+4
* Use strongSwan hash plugins for SHA-1 and SHA-256Andreas Steffen2013-11-2718-2755/+175
* Cleaned up ntru-crypto libraryAndreas Steffen2013-11-2711-474/+8
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-276-1436/+28
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-2730-0/+8729