Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | public-key: Add optional parameters argument to verify() method | Tobias Brunner | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | mgf1: Refactored MGF1 as an XOF | Andreas Steffen | 2016-09-21 | 1 | -2/+2 |
| | |||||
* | integrity-test: Added bliss_param_sets to read-only segment | Andreas Steffen | 2016-07-29 | 1 | -5/+5 |
| | |||||
* | Created libnttfft | Andreas Steffen | 2016-07-29 | 1 | -7/+7 |
| | | | | | This makes Number Theoretic Transforms (NTT) based on the efficient Fast-Fourier-Transform (FFT) available to multiple plugins. | ||||
* | bliss: Implemented FFT with fast Montgomery arithmetic | Andreas Steffen | 2016-07-29 | 1 | -3/+19 |
| | |||||
* | Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes | Andreas Steffen | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | Support BLISS signatures with SHA-3 hash | Andreas Steffen | 2015-11-03 | 1 | -0/+6 |
| | |||||
* | Use MGF1 with SHA-512 as BLISS random oracle | Andreas Steffen | 2015-07-27 | 1 | -13/+6 |
| | |||||
* | Allow SHA256 and SHA384 data hash for BLISS signatures. | Andreas Steffen | 2015-02-26 | 1 | -5/+19 |
| | | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle. | ||||
* | Implemented improved BLISS-B signature algorithm | Andreas Steffen | 2015-02-25 | 1 | -0/+5 |
| | |||||
* | Fixed bad bit shift and sign extension errors | Andreas Steffen | 2014-12-23 | 1 | -1/+4 |
| | |||||
* | Cache only support fingerprint types | Andreas Steffen | 2014-12-12 | 1 | -2/+4 |
| | |||||
* | Expanded bliss_bitpacker to 32 bits | Andreas Steffen | 2014-12-09 | 1 | -2/+2 |
| | |||||
* | Applied bit packing to BLISS public key | Andreas Steffen | 2014-11-29 | 1 | -37/+37 |
| | |||||
* | Store NTT A of BLISS public key a | Andreas Steffen | 2014-11-29 | 1 | -8/+7 |
| | |||||
* | unit-tests: created bliss_sign test suite | Andreas Steffen | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Finished BLISS signature generation | Andreas Steffen | 2014-11-29 | 1 | -96/+227 |
| | |||||
* | Started implementing BLISS signature generation | Andreas Steffen | 2014-11-29 | 1 | -3/+1 |
| | |||||
* | Store and parse BLISS private and public keys in DER and PEM format | Andreas Steffen | 2014-11-29 | 1 | -5/+216 |
| | | | | | | | | Additionally generate SHA-1 fingerprints of raw BLISS subjectPublicKey and subjectPublicKeyInfo objects. Some basic functions used by the bliss_public_key class are shared with the bliss_private_key class. | ||||
* | Created framework for BLISS post-quantum signature algorithm | Andreas Steffen | 2014-11-29 | 1 | -0/+151 |