summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-85/+1
* grammer/spellingtodd2001-01-041-2/+2
* speed up blowfish by > 20%.provos1999-12-281-28/+32
* CBC bug reported by Juergen Nickelsen <ni@tellique.de>niklas1999-05-141-2/+2
* Fix UA cases in a MI wayniklas1998-08-301-57/+59
* doc UA faulting codederaadt1998-08-221-1/+4
* for new functions, fix BE & UA cases. LE UA case is still bustedderaadt1998-08-211-14/+16
* add ECB and CBC encryption for octet streamsprovos1998-08-101-1/+139
* #if 0deraadt1998-03-041-2/+2
* improve performance of blowfish encryption, also speeds up blowfish passwords.provos1998-03-021-77/+34
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* tabifykstailey1997-07-231-44/+43
* Be more careful about possible type promotiontholo1997-04-301-1/+33
* prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos1997-02-161-13/+7
* header updateprovos1997-02-141-10/+33
* Unpatended fast block cipher for new password hashing.provos1997-02-131-0/+624