summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sha256.cc
Commit message (Collapse)AuthorAgeFilesLines
* Implement rng pushing and popping for sha256 hardened prng (Adeon)Robert Vollmert2009-12-141-5/+58
| | | | | | | | the rng.cc used to call just push_mt_state which bypassed the hashing process and didn't return the state as it was after popping the state Fixes bug #52.
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Harden the PRNG for public servers.Mikko Juola2009-10-011-0/+253
Detailed discussion is here: http://www.genodeen.net/index.clua?cwrng Signed-off-by: Darshan Shaligram <dshaligram@users.sourceforge.net>