aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/mgf1/mgf1_bitspender.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bad bit shift and sign extension errorsAndreas Steffen2014-12-231-6/+20
|
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-2/+2
|
* Implemented get_byte() method for mgf1_bitspender classAndreas Steffen2014-11-291-11/+47
| | | | | | The new get_byte() method returns a pseudo-random byte at a time. Changed the get_bits() interface to the same interface as get_byte(). Updated the mgf1 unit-tests accordingly.
* Implemented bitspender based on the MGF1 mask generator functionAndreas Steffen2014-11-291-0/+158