From tskogan@common-lisp.net Fri Feb 16 20:03:10 2007 From: tskogan To: crypticl-cvs@common-lisp.net Subject: [crypticl-cvs] CVS crypticl/doc/html Date: Fri, 16 Feb 2007 20:03:10 -0500 Message-ID: <20070217010310.89B7D53061@common-lisp.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5328345889306438440==" --===============5328345889306438440== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /project/crypticl/cvsroot/crypticl/doc/html In directory clnet:/tmp/cvs-serv19122 Modified Files: index.html=20 Log Message: Updated for 0.2 release. --- /project/crypticl/cvsroot/crypticl/doc/html/index.html 2007/01/21 01:40:2= 6 1.8 +++ /project/crypticl/cvsroot/crypticl/doc/html/index.html 2007/02/17 01:03:1= 0 1.9 @@ -7,14 +7,24 @@

Crypticl

-

A Common Lisp cryptographic library

+

A Common Lisp cryptography library

=20

Introduction

=20 -

Crypticl is a library of cryptographic functions written in Common Lisp.= The goal is to provide flexible, high level cryptographic abstractions on to= p of a kernel of core cryptographic primitives. The core currently includes A= ES, IDEA, MD5, SHA-1, SHA-256, DSA and RSA primitives. It is distributed unde= r an MIT-style license.

+

Crypticl is a cryptography library written in Common Lisp. The goal is t= o provide flexible, high level cryptographic abstractions on top of a kernel = of core cryptographic primitives. The core currently includes AES, IDEA, MD5,= SHA-1, SHA-256, DSA and RSA primitives. It is distributed under an MIT-style= license.

=20 -

The library will be limited to common, secure algorithms and not try to i= mplement all available cryptographic algorithms. Hence AES is included and DE= S is not. +

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. + +

Take a look at the manual for examples of ho= w to +use the library. The focus so far has been to find the right abstractions and +define a good api. Optimization and rigerous testing has yet to be done. Thus +it shouldn't be used in production code. + +

Releases

+The current release is 0.2. =20 --===============5328345889306438440==--