Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created libnttfft | Andreas Steffen | 2016-07-29 | 1 | -2/+1 |
| | | | | | This makes Number Theoretic Transforms (NTT) based on the efficient Fast-Fourier-Transform (FFT) available to multiple plugins. | ||||
* | unit-tests: Completed BLISS tests | Andreas Steffen | 2015-02-25 | 1 | -1/+4 |
| | |||||
* | bliss: Fix monolithic build | Tobias Brunner | 2014-12-12 | 1 | -0/+20 |
This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman). |