Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added get_array() method to ntru_poly_t class | Andreas Steffen | 2014-02-27 | 3 | -156/+3 |
| | |||||
* | Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() ↵ | Andreas Steffen | 2014-02-27 | 3 | -122/+22 |
| | | | | constructors and built some unit tests for the latter) | ||||
* | Implement ring multiplication method | Andreas Steffen | 2014-02-27 | 1 | -61/+42 |
| | |||||
* | index limit can be easily computed | Andreas Steffen | 2014-02-19 | 3 | -34/+12 |
| | |||||
* | Created ntru_poly class for sparse trinary polynomials | Andreas Steffen | 2014-02-18 | 5 | -434/+197 |
| | |||||
* | min_MGF_hash_calls parameter is not needed anymore | Andreas Steffen | 2013-12-07 | 2 | -18/+0 |
| | |||||
* | Implemented ntru_trits class | Andreas Steffen | 2013-12-07 | 4 | -288/+96 |
| | |||||
* | Streamlined DRBG and MGF1 debug output | Andreas Steffen | 2013-12-07 | 2 | -12/+18 |
| | |||||
* | Added own MGF1 mask generating function | Andreas Steffen | 2013-12-05 | 7 | -433/+276 |
| | |||||
* | ntru: Fix compiler warning caused by ++/-- on righthand side of an assignment | Tobias Brunner | 2013-12-04 | 1 | -4/+4 |
| | | | | The behavior of stuff like x = --x; (or x++) is not defined. | ||||
* | Use strongSwan hash plugins for SHA-1 and SHA-256 | Andreas Steffen | 2013-11-27 | 18 | -2755/+175 |
| | |||||
* | Cleaned up ntru-crypto library | Andreas Steffen | 2013-11-27 | 11 | -474/+8 |
| | |||||
* | Implemented NIST SP 800-90A DRBG_HMAC with SHA-256 | Andreas Steffen | 2013-11-27 | 6 | -1436/+28 |
| | |||||
* | Prototype implementation of IKE key exchange via NTRU encryption | Andreas Steffen | 2013-11-27 | 30 | -0/+8729 |