[crypticl-cvs] CVS crypticl/doc/html

Update of /project/crypticl/cvsroot/crypticl/doc/html In directory clnet:/tmp/cvs-serv19122 Modified Files: index.html Log Message: Updated for 0.2 release. --- /project/crypticl/cvsroot/crypticl/doc/html/index.html 2007/01/21 01:40:26 1.8 +++ /project/crypticl/cvsroot/crypticl/doc/html/index.html 2007/02/17 01:03:10 1.9 @@ -7,14 +7,24 @@ <body> <div class="header"> <h1>Crypticl</h1> - <h2>A Common Lisp cryptographic library</h2> + <h2>A Common Lisp cryptography library</h2> </div> <h3>Introduction</h3> - <p>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. The core currently includes AES, IDEA, MD5, SHA-1, SHA-256, DSA and RSA primitives. It is distributed under an MIT-style license.</p> + <p>Crypticl is a cryptography library written in Common Lisp. The goal is to 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.</p> -<p>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. +<p>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. + +<p>Take a look at the <a href="crypticl.pdf">manual</a> for examples of how 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. + +<h3>Releases</h3> +The current release is 0.2. <!-- <h3>Mailing Lists</h3> @@ -44,8 +54,9 @@ <h3>Download</h3> - <a href="crypticl-0.1.1.tar.gz">Crypticl 0.1</a><p> - <a href="obol-0.1.1.tar.gz">Obol 0.1</a>, includes Crypticl.<p> + <a href="crypticl-0.2.0.tar.gz">crypticl-0.2.0.tar.gz</a> (current release).<p> + <a href="crypticl-0.1.1.tar.gz">crypticl-0.1.1.tar.gz</a><p> + <a href="obol-0.1.1.tar.gz">obol-0.1.1.tar.gz</a>, includes Crypticl.<p> <h3>CVS</h3> @@ -56,7 +67,7 @@ <div class="footer"> - Taale Skogan 17. January 2007. + Tåle Skogan 17. February 2007. </div> <!-- http://validator.w3.org/check/referer --> </body>
participants (1)
-
tskogan