summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/blowfish.c
AgeCommit message (Expand)Author
2004-11-02ansi, indentation, etc.Hans-Joerg Hoexer
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-01-04grammer/spellingTodd T. Fries
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>Niklas Hallqvist
1998-08-30Fix UA cases in a MI wayNiklas Hallqvist
1998-08-22doc UA faulting codeTheo de Raadt
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedTheo de Raadt
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-03-04#if 0Theo de Raadt
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.Niels Provos
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceNiels Provos
1997-02-14header updateNiels Provos
1997-02-13Unpatended fast block cipher for new password hashing.Niels Provos