Update of /project/crypticl/cvsroot/doc In directory common-lisp.net:/tmp/cvs-serv29263
Modified Files: ChangeLog README Log Message: max column 80 Date: Thu Sep 9 22:06:03 2004 Author: tskogan
Index: doc/ChangeLog diff -u doc/ChangeLog:1.1.1.1 doc/ChangeLog:1.2 --- doc/ChangeLog:1.1.1.1 Thu Sep 9 20:49:28 2004 +++ doc/ChangeLog Thu Sep 9 22:06:03 2004 @@ -1 +1,3 @@ -(empty) \ No newline at end of file +09-09-2004 Tåle Skogantasko@frisurf.no + Using max column 80. + * doc/README: max column 80. \ No newline at end of file
Index: doc/README diff -u doc/README:1.1.1.1 doc/README:1.2 --- doc/README:1.1.1.1 Thu Sep 9 20:49:28 2004 +++ doc/README Thu Sep 9 22:06:03 2004 @@ -1,20 +1,31 @@ INTRODUCTION
-Crypticl is a library of cryptographic functions written in Common Lisp. The goal is to provide flexible, high level cryptographic abstractions on top of a kernel of core cryptographic primitives. It is distributed under an MIT-style license (see the LICENSE file). - -The library will be limited to common, secure algorithms and not try to implement all available cryptographic algorithms. Hence AES is included and DES is not. +Crypticl is a library of cryptographic functions written in Common Lisp. The +goal is to provide flexible, high level cryptographic abstractions on top of +a kernel of core cryptographic primitives. It is distributed under an +MIT-style license (see the LICENSE file). + +The library will be limited to common, secure algorithms and not try to +implement all available cryptographic algorithms. Hence AES is included and +DES is not.
WEBSITE http://common-lisp.net/project/crypticl/
INSTALL -The library can be loaded by loading the file crypticl-package.lisp. This file will call a function that loads the library and runs unit tests. The load function by default assumes that the source is located in the current directory. The default should be changed to fit applications using the library. +The library can be loaded by loading the file crypticl-package.lisp. This file + will call a function that loads the library and runs unit tests. The load +function by default assumes that the source is located in the current +directory. The default should be changed to fit applications using the library.
ex: (load "crypticl-package.lisp")
-The library has only been tested on Allegro 6.2 and may by oversight still contain some Allegro specific functions, but the bulk of the code should work on all Common Lisp platforms. +The library has only been tested on Allegro 6.2 and may by oversight still +contain some Allegro specific functions, but the bulk of the code should work +on all Common Lisp platforms.
-EXAMPLES +DOCUMENTATION +See the user guide in the file USERGUIDE.
CHANGELOG See the file CHANGELOG for the project change log.