aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/mgf1
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* Fixed bad bit shift and sign extension errorsAndreas Steffen2014-12-231-6/+20
|
* mgf1: Use correct Doxygen groupsTobias Brunner2014-12-152-4/+4
|
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-2/+2
|
* Implemented get_byte() method for mgf1_bitspender classAndreas Steffen2014-11-292-18/+61
| | | | | | 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-293-1/+219
|
* Moved mgf1 class to libstrongswan/crypto/mgf1Andreas Steffen2014-11-292-0/+257