summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused blowfish inline definesjsg2022-08-281-8/+1
| | | | inline use was removed in 1998
* Niels agreed to remove the advertising clause; switching thesedjm2021-11-291-5/+2
| | | | to 3-term BSD license.
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-111-1/+14
| | | | ok deraadt@
* ansi, indentation, etc.hshoexer2004-11-021-17/+8
| | | | ok markus@ krw@ cloder@ millert@
* makeing local table static saves some bytes; idea from mickey@markus2003-04-091-2/+2
|
* 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
| | | | job on replacing everything, just wouldnt skip it
* header updateprovos1997-02-141-10/+33
|
* Unpatended fast block cipher for new password hashing.provos1997-02-131-0/+624