Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mgf1: Use correct Doxygen groups | Tobias Brunner | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | Implemented get_byte() method for mgf1_bitspender class | Andreas Steffen | 2014-11-29 | 1 | -7/+14 |
| | | | | | | 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 function | Andreas Steffen | 2014-11-29 | 1 | -0/+60 |