summaryrefslogtreecommitdiff
path: root/other/fun/cracker.c
AgeCommit message (Collapse)Author
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
I hadn't done this for the "fun" code, yet. Also, we should include system headers after our own headers. "In general, a module should be implemented by one or more .cpp files. Each of these .cpp files should include the header that defines their interface first. This ensures that all of the dependences of the module header have been properly added to the module header itself, and are not implicit. System headers should be included after user headers for a translation unit." -- http://llvm.org/docs/CodingStandards.html#a-public-header-file-is-a-module
2014-06-20Fixed sodium includeMaxim Biro
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-02-10Added entry to TODO and a public key cracker (vanity key finder) to other/fun.irungentoo