summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/cast.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeprovos1998-07-211-25/+564
| | | | header files from the correct path.
* Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.provos1998-07-211-0/+240
Man pages will come soon, I hope.