aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/blowfish.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Strip the private blowfish code down to only that which isMark Murray2003-06-021-17/+2
| | | | | | | | required to make crypt(3) blowfish "$2a$..." hashes. Lint and warnsify. Notes: svn path=/head/; revision=115719
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-061-13/+13
| | | | Notes: svn path=/head/; revision=91754
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-111-0/+86
gratuitous difference between us and our sister project. This was given to me _ages_ ago. May apologies to Paul for the length of time its taken me to commit. Obtained from: Niels Provos <provos@physnet.uni-hamburg.de>/OpenBSD Submitted by: Paul Herman <pherman@frenchfries.net> Notes: svn path=/head/; revision=74106