[crypticl-cvs] CVS update: crypticl/doc/html/index.html

Taale Skogan tskogan at common-lisp.net
Tue Dec 7 21:39:34 UTC 2004


Update of /project/crypticl/cvsroot/crypticl/doc/html
In directory common-lisp.net:/tmp/cvs-serv4298/doc/html

Modified Files:
	index.html 
Log Message:
Updating front page with comment on MD5.

Date: Tue Dec  7 22:39:32 2004
Author: tskogan

Index: crypticl/doc/html/index.html
diff -u crypticl/doc/html/index.html:1.1.1.1 crypticl/doc/html/index.html:1.2
--- crypticl/doc/html/index.html:1.1.1.1	Mon Sep 20 21:10:15 2004
+++ crypticl/doc/html/index.html	Tue Dec  7 22:39:31 2004
@@ -16,9 +16,9 @@
 
  <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, SHA-1, MD5, DSA and RSA primitives. It is distributed under an MIT-style license.</p>
+ <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, SHA-1, 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 and MD5 will be removed due to recently discovered weaknesses.
 
  <h3>Mailing Lists</h3>
  <ul>




More information about the Crypticl-cvs mailing list