freebsd-dev/secure/lib/libcipher/test
Geoff Rehmet 37ea1bf4c9 - Remove crypt() - it's in libcrypt
- remove ^L's - CTM will probably choke on them
- add PRECIOUSLIB to Makefile
- name changes libcrypt -> libcipher
Submitted by:	Geoff.
1994-09-07 21:48:54 +00:00
..
cert.c Bring in the 1.1.x international libcrypt, which 1994-09-07 21:18:08 +00:00
cert.input Bring in the 1.1.x international libcrypt, which 1994-09-07 21:18:08 +00:00
Makefile - Remove crypt() - it's in libcrypt 1994-09-07 21:48:54 +00:00
README Bring in the 1.1.x international libcrypt, which 1994-09-07 21:18:08 +00:00
speedcrypt.c Bring in the 1.1.x international libcrypt, which 1994-09-07 21:18:08 +00:00
speeddes.c Bring in the 1.1.x international libcrypt, which 1994-09-07 21:18:08 +00:00

This directory contains test programs to certify DES operation and to
time the crypt() call (of curiosity value).

Simply type `make test` to run the tests.

The normal `make all` and `make install` that get done during library building
and installation will build these programs BUT NOT INSTALL THEM.  After all,
they're only for testing...

- David Burren, January 1994