index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
crypt
/
blowfish.c
Age
Commit message (
Expand
)
Author
2004-11-02
ansi, indentation, etc.
Hans-Joerg Hoexer
2003-04-09
makeing local table static saves some bytes; idea from mickey@
Markus Friedl
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-01-04
grammer/spelling
Todd T. Fries
1999-12-28
speed up blowfish by > 20%.
Niels Provos
1999-05-14
CBC bug reported by Juergen Nickelsen <ni@tellique.de>
Niklas Hallqvist
1998-08-30
Fix UA cases in a MI way
Niklas Hallqvist
1998-08-22
doc UA faulting code
Theo de Raadt
1998-08-21
for new functions, fix BE & UA cases. LE UA case is still busted
Theo de Raadt
1998-08-10
add ECB and CBC encryption for octet streams
Niels Provos
1998-03-04
#if 0
Theo de Raadt
1998-03-02
improve performance of blowfish encryption, also speeds up blowfish passwords.
Niels Provos
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-04-30
Be more careful about possible type promotion
Thorsten Lockert
1997-02-16
prelim manpage, cleanup, fixed crippled plaintext: sed does a nice
Niels Provos
1997-02-14
header update
Niels Provos
1997-02-13
Unpatended fast block cipher for new password hashing.
Niels Provos