aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/bliss/bliss_public_key.c
Commit message (Expand)AuthorAgeFilesLines
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-5/+19
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-251-0/+5
* Fixed bad bit shift and sign extension errorsAndreas Steffen2014-12-231-1/+4
* Cache only support fingerprint typesAndreas Steffen2014-12-121-2/+4
* Expanded bliss_bitpacker to 32 bitsAndreas Steffen2014-12-091-2/+2
* Applied bit packing to BLISS public keyAndreas Steffen2014-11-291-37/+37
* Store NTT A of BLISS public key aAndreas Steffen2014-11-291-8/+7
* unit-tests: created bliss_sign test suiteAndreas Steffen2014-11-291-0/+1
* Finished BLISS signature generationAndreas Steffen2014-11-291-96/+227
* Started implementing BLISS signature generationAndreas Steffen2014-11-291-3/+1
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-291-5/+216
* Created framework for BLISS post-quantum signature algorithmAndreas Steffen2014-11-291-0/+151