Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 2 | -4/+4 |
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the end... | Tobias Brunner | 2012-08-11 | 1 | -5/+5 |
* | Add warn_unused_result attributes to rng_(get|allocate)_bytes_not_zero | Tobias Brunner | 2012-08-11 | 1 | -5/+6 |
* | Wrapper functions added to generate non-zero random bytes | Tobias Brunner | 2012-07-16 | 2 | -0/+68 |
* | RNGs' get_bytes and allocate_bytes return boolean | Tobias Brunner | 2012-07-16 | 1 | -2/+7 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -4/+4 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -4/+0 |
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 2 | -4/+4 |
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 1 | -2/+2 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 2 | -0/+99 |